yiguolei commented on code in PR #39537: URL: https://github.com/apache/doris/pull/39537#discussion_r1721264471
########## be/src/pipeline/pipeline_fragment_context.cpp: ########## @@ -184,6 +185,14 @@ void PipelineFragmentContext::cancel(const PPlanFragmentCancelReason& reason, // make result receiver on fe be stocked on rpc forever until timeout... // We need a more detail discussion. _query_ctx->cancel(msg, Status::Cancelled(msg)); + + if (reason == PPlanFragmentCancelReason::INTERNAL_ERROR && !msg.empty()) { Review Comment: 这里单纯是为了输出一条log吗? -- 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