kaihekaihe opened a new issue #1754: URL: https://github.com/apache/shardingsphere-elasticjob/issues/1754
I have one job named “cronJob” running on two servers。I found that three sharding items was stuck at the moment,I manually triggered the job,then sharding item 0、2 started to run as the cron principle,but sharding item 1 was still stuck。The dumped information is below: /cronJob/sharding | /cronJob/sharding/2 | /cronJob/sharding/2/running | /cronJob/sharding/2/instance | ip1@-@102156 /cronJob/sharding/1 | /cronJob/sharding/1/instance | ip2@-@165035 /cronJob/sharding/0 | /cronJob/sharding/0/running | /cronJob/sharding/0/instance | ip1@-@102156 /cronJob/servers | /cronJob/servers/ip1 | ENABLED /cronJob/servers/ip2 | ENABLED /cronJob/leader | /cronJob/leader/sharding | /cronJob/leader/failover | /cronJob/leader/failover/items | /cronJob/leader/election | /cronJob/leader/election/instance | ip1@-@102156 /cronJob/instances | /cronJob/instances/ip1@-@102156 | /cronJob/instances/ip2@-@165035 | /cronJob/config | cron: 0/10 * * * * ? description: '' disabled: false failover: true jobErrorHandlerType: '' jobExecutorServiceHandlerType: '' jobName: cronJob jobParameter: 0=Beijing1,1=Shanghai,2=Guangzhou,3=Guangzhou jobShardingStrategyType: '' maxTimeDiffSeconds: -1 misfire: true monitorExecution: true overwrite: true reconcileIntervalMinutes: -1 shardingItemParameters: 0=Beijing,1=Shanghai,2=Guangzhou,3=Guangzhou shardingTotalCount: 3 ---------------------------------------------------------------- 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]
