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_r392197304
########## 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: Would better keep all publish version and transaction log. Our publish version and transaction performance is still poor. We need these logs to track 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: 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