csun5285 commented on code in PR #27503:
URL: https://github.com/apache/doris/pull/27503#discussion_r1404705041
##########
be/src/olap/cumulative_compaction_time_series_policy.cpp:
##########
@@ -63,6 +63,12 @@ uint32_t
TimeSeriesCumulativeCompactionPolicy::calc_cumulative_compaction_score(
return 0;
}
+ auto consecutive_empty_rowsets =
tablet->pick_first_consecutive_empty_rowsets(
+
tablet->tablet_meta()->time_series_compaction_empty_rowsets_threshold());
Review Comment:
When constructing TabletMeta, the threshold is assigned a default value of
5. If the threshold is not present in the meta, it implies that there was an
issue during the construction of the meta.
--
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]