xingchun-chen opened a new issue #3929: URL: https://github.com/apache/incubator-dolphinscheduler/issues/3929
### Steps to reproduce 1. Start 2 master services (master1, master2), 2 worker services (worker1, worker2) 2. Run the workflow, the process instance runs in master1, and the task runs in worker1 3. Stop master1, worker1 services 4. After fault tolerance, the process instance runs on master2 and the task runs on worker2. After all tasks are executed successfully, the process instance status is failed ============================================ ### 复现步骤 1.启动2个master服务(master1,master2)、2个worker服务(worker1,worker2) 2.运行工作流,流程实例在master1运行,任务在worker1运行 3.停止master1,worker1服务 4.容错后,流程实例在master2运行,任务在worker2运行,所有任务执行成功后,流程实例状态为失败    **Which branch** -[1.3.3-release] ---------------------------------------------------------------- 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]
