kangpinghuang commented on a change in pull request #1011: Break when not find 
missing version
URL: https://github.com/apache/incubator-doris/pull/1011#discussion_r277940877
 
 

 ##########
 File path: be/src/olap/storage_engine.cpp
 ##########
 @@ -543,7 +543,8 @@ void StorageEngine::perform_cumulative_compaction() {
     OLAPStatus res = cumulative_compaction.init(best_tablet);
     if (res != OLAP_SUCCESS) {
         LOG(INFO) << "failed to init cumulative compaction."
-                     << "tablet=" << best_tablet->full_name();
+                     << " tablet=" << best_tablet->full_name()
 
 Review comment:
   indent with last line

----------------------------------------------------------------
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