Skip to content

Commit be06336

Browse files
authored
Merge branch 'dev' into #6807
2 parents 6d3c24c + 5741c75 commit be06336

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/registry/MasterRegistryClient.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,9 @@ private void failoverWorker(String workerHost, boolean needCheckWorkerAlive, boo
309309

310310
taskInstance.setState(ExecutionStatus.NEED_FAULT_TOLERANCE);
311311
processService.saveTaskInstance(taskInstance);
312+
312313
if (!processInstanceExecCacheManager.contains(processInstance.getId())) {
313-
return;
314+
continue;
314315
}
315316
WorkflowExecuteThread workflowExecuteThreadNotify = processInstanceExecCacheManager.getByProcessInstanceId(processInstance.getId());
316317
StateEvent stateEvent = new StateEvent();

0 commit comments

Comments
 (0)