Skip to content

Commit 79216e9

Browse files
authored
remove unused (private static) ZkStateReader.GET_LEADER_RETRY_INTERVAL_MS (#3046)
1 parent 83141bb commit 79216e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/ZkStateReader.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ public class ZkStateReader implements SolrCloseable {
159159
/** A view of the current state of all collections. */
160160
protected volatile ClusterState clusterState;
161161

162-
private static final int GET_LEADER_RETRY_INTERVAL_MS = 50;
163162
private static final int GET_LEADER_RETRY_DEFAULT_TIMEOUT =
164163
Integer.parseInt(System.getProperty("zkReaderGetLeaderRetryTimeoutMs", "4000"));
165164

0 commit comments

Comments
 (0)