yiguolei commented on a change in pull request #772: Be refactor new fix test 
bug
URL: https://github.com/apache/incubator-doris/pull/772#discussion_r266745647
 
 

 ##########
 File path: be/src/agent/task_worker_pool.cpp
 ##########
 @@ -626,6 +626,10 @@ void TaskWorkerPool::_alter_tablet(
             finish_tablet_infos.push_back(tablet_info);
         }
     }
+    
+    for (auto& tablet_info : finish_tablet_infos) {
+        LOG(INFO) << "finish tablet infos:" <<  
apache::thrift::ThriftDebugString(tablet_info);
+    }
 
 Review comment:
   It should be debug or vlog or there will be too much logs.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to