xlcn opened a new issue, #2122: URL: https://github.com/apache/shardingsphere-elasticjob/issues/2122
## Bug Report ### Which version of ElasticJob did you use? master ### Which project did you use? ElasticJob-Lite or ElasticJob-Cloud? ElasticJob-Lite ### Expected behavior every event in zookeeper, client can watch it, otherwise exception occur ### Actual behavior frequently create and shutdown Immediately,watch lost ### Reason analyze (If you can) project has 12 listener now, every one can watch event, but single thread pool core size is not enough, when job shutdown, shudownListener maybe execute over first, but GuaranteeListener maybe not get complete signal,lead to AbstractDistributeOnceElasticJobListener appear timeout exception,so should be increament core size to avoid watch loss. ### Steps to reproduce the behavior. extends a AbstractDistributeOnceElasticJobListener, set complete or start timeout, Frequently creation and shutdown some job ### Example codes for reproduce this issue (such as a github link). -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
