Skip to content

Close a session with a temporary table created may cause job 'dead' #384

@Dinosauria

Description

@Dinosauria

Description

Close a session with a temporary table created may cause job 'dead'

Steps to reproduce the issue:

  1. open a session on src and create a temporary table in src mysql ,e.g. create temporary table sbtest1 as select * from sbtest1 where id>500;
  2. job runs normally
  3. when close the session
  4. job dead immediately

Describe the results you received:

Close a session with a temporary table created may cause job 'dead'

Output of ./dtle version:

Dtle 9.9.9.9 (git: master d817e0269e3cf393bac011ff4d498d07118d0542)

Additional information you deem important (e.g. issue happens only occasionally):

Additional details (log, config, job config etc):

  1. default config path: /etc/dtle/dtle.conf
    job_conf.txt

  2. job config
    job_json.txt

  3. dtle.log
    dtle_log.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions