Technoboy- opened a new issue #1315: URL: https://github.com/apache/shardingsphere-elasticjob/issues/1315
LiteJobFacade will createJobExecutor to execute job every time. Since ElasticJobExecutor has to create executorService, and shut it down as the job executed completely. I think we should avoid creating or shutting down executor, so the best way to resolve it may be that we should make ElasticJobExecutor to job level. ---------------------------------------------------------------- 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]
