platoneko commented on code in PR #11940: URL: https://github.com/apache/doris/pull/11940#discussion_r956156883
########## 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: In fact, `build_all_report_tablets_info` always returns OK, I even consider let `build_all_report_tablets_info` return void. -- 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