9aman commented on code in PR #16071: URL: https://github.com/apache/pinot/pull/16071#discussion_r2174305056
########## pinot-spi/src/main/java/org/apache/pinot/spi/config/table/DedupConfig.java: ########## @@ -71,6 +71,11 @@ public class DedupConfig extends BaseJsonConfig { @JsonPropertyDescription("Whether to pause dedup table's partition consumption during commit") private boolean _allowDedupConsumptionDuringCommit; + @JsonPropertyDescription("Recovery mode which is used to decide how to recover a segment online in IS but having no" + + " completed (immutable) replica on any server in pause-less ingestion") + @Nullable + private DisasterRecoveryMode _disasterRecoveryMode; Review Comment: +1 -- 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...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org