chaoyli commented on a change in pull request #3211: use SleepFor() instead of 
usleep()
URL: https://github.com/apache/incubator-doris/pull/3211#discussion_r399057491
 
 

 ##########
 File path: be/src/agent/task_worker_pool.cpp
 ##########
 @@ -1169,7 +1160,8 @@ void* 
TaskWorkerPool::_report_tablet_worker_thread_callback(void* arg_this) {
 
         request.__set_report_version(_s_report_version);
         OLAPStatus report_all_tablets_info_status =
-                
StorageEngine::instance()->tablet_manager()->report_all_tablets_info(&request.tablets);
+                
StorageEngine::instance()->tablet_manager()->report_all_tablets_info(
+                        &request.tablets);
         if (report_all_tablets_info_status != OLAP_SUCCESS) {
             OLAP_LOG_WARNING("report get all tablets info failed. status: %d",
 
 Review comment:
   use LOG(WARNING) instead

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to