zhannngchen commented on code in PR #27332: URL: https://github.com/apache/doris/pull/27332#discussion_r1400084703
########## be/src/olap/task/engine_publish_version_task.cpp: ########## @@ -189,6 +191,7 @@ Status EnginePublishVersionTask::finish() { if (tablet->check_version_exist(version)) { continue; } + not_continuous_mow_tablets.insert(tablet_info.tablet_id); Review Comment: move it to L196, inside `handle_version_not_continuous` -- 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