chenlinzhong commented on code in PR #9804: URL: https://github.com/apache/incubator-doris/pull/9804#discussion_r885693403
########## be/src/agent/task_worker_pool.cpp: ########## @@ -717,7 +719,18 @@ void TaskWorkerPool::_publish_version_worker_thread_callback() { << ", error_code=" << res; finish_task_request.__set_error_tablet_ids(error_tablet_ids); } else { - LOG(INFO) << "publish_version success. signature:" << agent_task_req.signature; + for (int i = 0; i < succ_tablet_ids.size(); i++) { + TabletSharedPtr tablet = + StorageEngine::instance()->tablet_manager()->get_tablet(succ_tablet_ids[i]); + if (tablet != nullptr) { Review Comment: > should we always do small compaction after PublishVersionTask? not necessary ,changed to batch submit -- 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. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org