shalinmangar commented on a change in pull request #1402: SOLR-12720 Deprecated Auto Add Replica in XML URL: https://github.com/apache/lucene-solr/pull/1402#discussion_r403454335
########## File path: solr/core/src/java/org/apache/solr/core/CloudConfig.java ########## @@ -143,7 +141,6 @@ public String getPkiHandlerPublicKeyPath() { private static final int DEFAULT_LEADER_CONFLICT_RESOLVE_WAIT = 180000; private static final int DEFAULT_CREATE_COLLECTION_ACTIVE_WAIT = 45; // 45 seconds private static final boolean DEFAULT_CREATE_COLLECTION_CHECK_LEADER_ACTIVE = false; - private static final int DEFAULT_AUTO_REPLICA_FAILOVER_WAIT_AFTER_EXPIRATION = 120000; Review comment: We can rid of this constant from CloudConfigBuilder ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org