csun5285 commented on code in PR #27299: URL: https://github.com/apache/doris/pull/27299#discussion_r1435492936
########## be/src/olap/cumulative_compaction_time_series_policy.cpp: ########## @@ -149,6 +156,12 @@ void TimeSeriesCumulativeCompactionPolicy::calculate_cumulative_point( break; } + if (!is_delete && rs->version().first != 0 && rs->version().first != rs->version().second && Review Comment: When the machine restarts, it will recalculate cumu point, the merged empty version should be the first, it should be merged again. -- 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