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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]