lenboo commented on a change in pull request #7914:
URL: https://github.com/apache/dolphinscheduler/pull/7914#discussion_r780988038



##########
File path: 
dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/runner/StateWheelExecuteThread.java
##########
@@ -176,4 +192,12 @@ private void addEvent(StateEvent stateEvent) {
         workflowExecuteThread.addStateEvent(stateEvent);
     }
 
+    private void check4StartProcessFailed() {
+        if (startProcessFailedMap.isEmpty()) {
+            return;
+        }
+        for (WorkflowExecuteThread workflowExecuteThread : 
this.startProcessFailedMap.values()) {
+            masterExecService.execute(workflowExecuteThread);

Review comment:
       This thread may have concurrency issues with other threads.




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