yujun777 commented on code in PR #27332: URL: https://github.com/apache/doris/pull/27332#discussion_r1400146610
########## 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: update, ignore all tablet error when met PUBLISH_VERSION_NOT_CONTINUOUS error ########## 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: update, don't log all tablet errors when met PUBLISH_VERSION_NOT_CONTINUOUS error -- 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