未验证 提交 5741c758 编写于 作者: W wind 提交者: GitHub

[DS-6771][MasterServer] fix failover worker interrupt (#6801)

Co-authored-by: Ncaishunfeng <534328519@qq.com>
Co-authored-by: NKirs <acm_master@163.com>
Co-authored-by: NOS <29528966+lenboo@users.noreply.github.com>
上级 d168a3cd
......@@ -309,8 +309,9 @@ public class MasterRegistryClient {
taskInstance.setState(ExecutionStatus.NEED_FAULT_TOLERANCE);
processService.saveTaskInstance(taskInstance);
if (!processInstanceExecCacheManager.contains(processInstance.getId())) {
return;
continue;
}
WorkflowExecuteThread workflowExecuteThreadNotify = processInstanceExecCacheManager.getByProcessInstanceId(processInstance.getId());
StateEvent stateEvent = new StateEvent();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册