Technoboy- opened a new issue #1297: URL: https://github.com/apache/shardingsphere-elasticjob/issues/1297
This is the same issue with DaemonTaskScheduler. Quartz will schedule to execute job and create a new Job instance every time, that means it will create LiteJob every time. As LiteJob executes job with guava executor that create shutdownhook thread internal. So LiteJob#createExecutor will create extra thread as job executes. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
