luoxiqiang commented on issue #11388:
URL: 
https://github.com/apache/dolphinscheduler/issues/11388#issuecomment-1228084094

   The StateWheelExecuteThread::checkTask4State method pushes events through 
the event queue and continues to push events when the same event has not been 
processed.   For example, TaskStateEvent, The following exception is thrown if 
the task has completed but multiple identical TaskStateEvent events have not 
yet been handled
   
![image](https://user-images.githubusercontent.com/32994527/186830269-86a808b8-c17d-445f-be08-d67218718afe.png)
   Earlier, here is the exception thrown StateEventHandleException, thus 
blocking the queue event handling, but now modified into StateEventHandleError 
discarded directly after the incident, although exceptions will be thrown also, 
but not influence the results, the optimization Suggestions can be ignored
   


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