morningman 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_r392239593
########## 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: OK, I will leave the begin and finish log ---------------------------------------------------------------- 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