Description
Close a session with a temporary table created may cause job 'dead'
Steps to reproduce the issue:
- 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;
- job runs normally
- when close the session
- 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):
-
default config path: /etc/dtle/dtle.conf
job_conf.txt
-
job config
job_json.txt
-
dtle.log
dtle_log.txt