BiteTheDDDDt commented on code in PR #64899:
URL: https://github.com/apache/doris/pull/64899#discussion_r3488951112


##########
be/src/exec/pipeline/pipeline_task.cpp:
##########
@@ -322,6 +322,11 @@ bool PipelineTask::is_blockable() const {
            _sink->is_blockable(_state);
 }
 
+void PipelineTask::_stop_accepting_submit() {

Review Comment:
   is blockable里调的是sink operator这些东西,PipelineTask在finalize/close里会释放相关资源



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

Reply via email to