You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/11/30 10:09:45 UTC

[GitHub] [dolphinscheduler] drummerglen commented on issue #12440: [Bug] [dolphinscheduler master] Infinite loop process_instance when status is prepare to stop

drummerglen commented on issue #12440:
URL: https://github.com/apache/dolphinscheduler/issues/12440#issuecomment-1331916069

   > first mandatory success one Workflow <img alt="image" width="1404" src="https://user-images.githubusercontent.com/53160760/202424428-90453dab-9816-479f-b0aa-e3be8b1eea10.png"> <img alt="image" width="1326" src="https://user-images.githubusercontent.com/53160760/202424555-aba31e1a-b639-4ffd-a3f9-43bc6895deaa.png"> select t1.task_code,t1.state,t2.state from t_ds_task_instance t1 left join t_ds_process_instance t2 on t1.process_instance_id = t2.id where t1.task_code='7503085541984'
   > 
   > update state=7
   > 
   > Resolve on error
   
   ver 3.1.1
   Temporarily Resolved by modifying the database directly. Community should pay attention to this problem.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org