yiguolei commented on code in PR #49638: URL: https://github.com/apache/doris/pull/49638#discussion_r2022075240
########## be/src/pipeline/exec/operator.h: ########## @@ -245,6 +247,7 @@ class PipelineXLocalStateBase { std::vector<vectorized::VExprContextSPtrs> _intermediate_projections; bool _closed = false; + bool _terminated = false; Review Comment: 提交termiate的时候,可能其他异步线程在执行,比如spill。这个变量可能得是一个atomic的,否则其他线程可能看不到。 -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org