yiguolei commented on code in PR #52873:
URL: https://github.com/apache/doris/pull/52873#discussion_r2265651362


##########
be/src/pipeline/pipeline_task.cpp:
##########
@@ -282,6 +292,8 @@ bool PipelineTask::_is_blocked() {
 }
 
 Status PipelineTask::execute(bool* eos) {
+    auto fragment_context = _fragment_context.lock();
+    DCHECK(fragment_context);

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]

Reply via email to