caishunfeng commented on a change in pull request #7258:
URL: https://github.com/apache/dolphinscheduler/pull/7258#discussion_r769207977
##########
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:
I keep the event loop logic for it. Please review again.
--
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]