You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/03/13 03:43:48 UTC

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #3098: [Bug] tablet meta is not updated correctly after compaction

kangkaisen commented on a change in pull request #3098: [Bug] tablet meta is not updated correctly after compaction
URL: https://github.com/apache/incubator-doris/pull/3098#discussion_r392016663
 
 

 ##########
 File path: be/src/olap/task/engine_publish_version_task.cpp
 ##########
 @@ -60,7 +60,7 @@ OLAPStatus EnginePublishVersionTask::finish() {
             OLAPStatus publish_status = OLAP_SUCCESS;
             TabletInfo tablet_info = tablet_rs.first;
             RowsetSharedPtr rowset = tablet_rs.second;
-            LOG(INFO) << "begin to publish version on tablet. "
+            VLOG(3) << "begin to publish version on tablet. "
 
 Review comment:
   I think we shouldn't remove these logs.
   These logs are very important for track transaction issue.

----------------------------------------------------------------
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: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org