wjdxw opened a new issue, #2429:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2429

   ### Which version of ElasticJob did you use?
   3.0.3
   
   服务器A 和服务器B (服务器A和B 至少保证一个是在线状态)
   服务器A运行job分片0  服务器B运行job分片1
   操作:step:1 job 分片0和1 正在running,停止并启动服务器B,此时job 分片1的任务会转移在服务器A上执行。
             step2:等待服务器B启动成功,此时服务器A上正在运行失效转移的job分片1,此时服务器A再次启停
   
   ### Expected behavior
   job 到点能够正常触发
   ### Actual behavior
   job 不在触发,几乎是必现
   ### Reason analyze (If you can)
   zk节点查看状态
   分片1 的节点 failover  和failovering 及running 状态一直存在,一直未清除导致job 不再执行。
   应该是停止服务器A的时候,那块有点问题
   当step2 中服务器A启动的时候,LegacyCrashedRunningItemListener 无法做监听操作,因为一直会有两个实例在,代码bu 
hui qu不会去做失效转移相关操作
   <img width="1137" alt="image" 
src="https://github.com/user-attachments/assets/e0e78395-9036-4850-8d78-f0a138628c5d";>
   
   


-- 
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]

Reply via email to