You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/08/26 05:55:17 UTC

[GitHub] [dolphinscheduler] luoxiqiang commented on issue #11388: [Improvement][Master] Events to improve

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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org