hstdream opened a new issue, #10123:
URL: https://github.com/apache/dolphinscheduler/issues/10123

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### What happened
   
   The worker failover instance state is inconsistent with the task instance 
state 
   
   ### What you expected to happen
   
   The worker failover instance state is inconsistent with the task instance 
state 
   
   ### How to reproduce
   
   Pre: [A. start API, master, worker, UI locally] [B. workflow file content 
shell component, workflow instance with echo 'xxx' sleep 50 in running status 
for a long time]
   step1. Close the worker service locally at 20s
   
   step1. Observe the status of workflow instance and task flow instance. The 
workflow is failed and the task flow instance needs fault tolerance. The 
following SQL can be verified
   
   【
   
   select * from t_ ds_ process_ instance order by id desc limit 1;
   
   select * from t_ ds_ task_ instance order by id desc limit 1;
   
   】
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   dev
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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