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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]