DarkAssassinator opened a new pull request, #11864: URL: https://github.com/apache/dolphinscheduler/pull/11864
<!--Thanks very much for contributing to Apache DolphinScheduler. Please review https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html before opening a pull request.--> ## Purpose of the pull request fix #11838 and #11796 ## Brief change log 1. Before invoke the TaskProssor.action(TIME_OUT), checked the taskProssor is not null, avoid NPE. 2. Add a `isHandingEvent` flag in `WorkflowExecuteRunnable`, becasue it can avoid many `The workflow has been executed by another thread` print when `WorkflowExecuteRunnable` is handing StateEvent 3. Why did not restore the ITaskProcessor when handle the `StateEventType.TASK_TIMEOUT`? 1) we should keep the current logic; 2) i think timeout should depend on the task on worker services. 4. Update some code style by Coogle format plugin. ## Verify this pull request Create a Shell Task, configre the retry time and timeout at the same time. -- 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]
