BiteTheDDDDt opened a new pull request, #61768: URL: https://github.com/apache/doris/pull/61768
This pull request makes adjustments to the pipeline task termination logic to improve the reliability and correctness of task shutdown in the pipeline execution framework. The changes focus on ensuring that termination is handled in a more controlled and explicit manner. Key changes include: **Pipeline Task Termination Logic:** * Removed the direct call to `terminate()` within `PipelineTask::execute` when `_wake_up_early` is true, relying instead on explicit termination of the root and sink components. * Updated `Pipeline::make_all_runnable` to call `terminate()` on each task after setting the wake-up flag, consolidating task termination in one place and ensuring all tasks are properly terminated. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
