reele commented on issue #16767: URL: https://github.com/apache/dolphinscheduler/issues/16767#issuecomment-2829905483
@ruanwenjun In dev branch now, there's a better way to takeover sub-workflow task in failover, i made a branch to implement: https://github.com/apache/dolphinscheduler/compare/dev...reele:fix-takeover-workflow-in-failover?expand=1 after refactored `TaskExecutorClient`, takeover is called before initializeTaskExecutionContext, so there should only check workflow instance in takeover, and put the `TaskExecutor` to `taskExecutorRepository` in `TaskEngine`, and it will work for good. -- 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]
