We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83141bb commit 79216e9Copy full SHA for 79216e9
solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/ZkStateReader.java
@@ -159,7 +159,6 @@ public class ZkStateReader implements SolrCloseable {
159
/** A view of the current state of all collections. */
160
protected volatile ClusterState clusterState;
161
162
- private static final int GET_LEADER_RETRY_INTERVAL_MS = 50;
163
private static final int GET_LEADER_RETRY_DEFAULT_TIMEOUT =
164
Integer.parseInt(System.getProperty("zkReaderGetLeaderRetryTimeoutMs", "4000"));
165
0 commit comments