[DS-6771][MasterServer] fix failover worker interrupt (#6801)
Co-authored-by: caishunfeng <534328519@qq.com> Co-authored-by: Kirs <acm_master@163.com> Co-authored-by: OS <29528966+lenboo@users.noreply.github.com>
This commit is contained in:
parent
d168a3cdf7
commit
5741c758b3
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue