lenboo commented on a change in pull request #7258:
URL: https://github.com/apache/dolphinscheduler/pull/7258#discussion_r767545945
##########
File path:
dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/processor/queue/StateEventResponseService.java
##########
@@ -142,18 +146,14 @@ private void persist(StateEvent stateEvent) {
break;
default:
}
- workflowExecuteThread.addStateEvent(stateEvent);
+ workflowExecuteThreadPool.submitStateEvent(stateEvent);
Review comment:
events in one workflow need to be handled in one thread.
--
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]