yiguolei commented on code in PR #64899:
URL: https://github.com/apache/doris/pull/64899#discussion_r3488928916
##########
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 block 方法的时候,一定有整个fragment context 的shared ptr,为啥会出现析构的问题?
--
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]