yiguolei commented on code in PR #11940: URL: https://github.com/apache/doris/pull/11940#discussion_r953586724
########## be/src/agent/task_worker_pool.cpp: ########## @@ -1259,11 +1217,6 @@ void TaskWorkerPool::_report_tablet_worker_thread_callback() { DorisMetrics::instance()->report_all_tablets_requests_skip->increment(1); continue; } - if (!build_all_report_tablets_info_status.ok()) { - LOG(WARNING) << "build all report tablets info failed. status: " - << build_all_report_tablets_info_status; Review Comment: If build failed, some logic in handle report maybe wrong, it think this logic should not be removed. -- 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