yiguolei commented on code in PR #52873:
URL: https://github.com/apache/doris/pull/52873#discussion_r2265650801
##########
be/src/pipeline/pipeline_task.cpp:
##########
@@ -120,8 +128,10 @@ Status PipelineTask::prepare(const
TPipelineInstanceParams& local_params, const
std::unique_lock<std::mutex> lc(_dependency_lock);
filter_dependencies.swap(_filter_dependencies);
}
- if (query_context()->is_cancelled()) {
- clear_blocking_state();
+ if (auto fragment = _fragment_context.lock()) {
Review Comment:
这里如果没lock 住,怎么办???
--
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]