capistrant commented on code in PR #19633:
URL: https://github.com/apache/druid/pull/19633#discussion_r3500636319
##########
server/src/main/java/org/apache/druid/server/compaction/MostFragmentedIntervalFirstPolicy.java:
##########
@@ -51,6 +51,11 @@ public class MostFragmentedIntervalFirstPolicy extends
BaseCandidateSearchPolicy
private final HumanReadableBytes maxAverageUncompactedBytesPerSegment;
private final int minUncompactedBytesPercentForFullCompaction;
private final int minUncompactedRowsPercentForFullCompaction;
+ /**
+ * When true, intervals with unapplied cascading reindexing deletion rules
bypass this policy's
+ * minimum interval-size gates. See {@link
CompactionCandidateSearchPolicy#isForceMandatoryCompactionEnabled()}.
+ */
+ private final boolean forcePendingDeletionCompaction;
@JsonCreator
public MostFragmentedIntervalFirstPolicy(
Review Comment:
I plan to add a builder as a separate PR
--
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]