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: [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]

Reply via email to