You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/04/24 03:04:41 UTC

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1011: Break when not find missing version

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org