morningman commented on code in PR #13899: URL: https://github.com/apache/doris/pull/13899#discussion_r1011347456
########## be/src/runtime/fragment_mgr.cpp: ########## @@ -388,6 +388,10 @@ void FragmentExecState::coordinator_callback(const Status& status, RuntimeProfil VLOG_DEBUG << "reportExecStatus params is " << apache::thrift::ThriftDebugString(params).c_str(); + if (!exec_status.ok()) { + LOG(INFO) << "report error status: " << exec_status.to_string() Review Comment: ```suggestion LOG(WARNING) << "report error status: " << exec_status.to_string() ``` -- 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