zhiqiang-hhhh commented on code in PR #39537: URL: https://github.com/apache/doris/pull/39537#discussion_r1721266169
########## 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: 是的,不然事后无法定位问题,也不知道pipeline到底卡在哪里了。 -- 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