Open TeslaCN opened 2 years ago
One thread blocked for a while, maybe not deadlock.
I found this was not caused by deadlock. Maybe infinity loop occurred in Quartz.
There are many tasks were not consumed.
The mod count in TreeSet instance was keep changing.
The Quartz thread was keep consuming CPU.
Bug Report
This may be similar with https://github.com/apache/shardingsphere-elasticjob/issues/2038.
Which version of ElasticJob did you use?
3.0.1 & 8b64a8c94830aaa96b9b0ddcba80bc31b146eecd
Which project did you use? ElasticJob-Lite or ElasticJob-Cloud?
Lite
Expected behavior
Job keep running.
Actual behavior
Job could not be triggered after a while.
Example codes for reproduce this issue (such as a github link).
Start multiple processes of the following codes.