This is an automated email from the ASF dual-hosted git repository.
cpoerschke pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new b8a1fad3d42 remove unused (private static)
ZkStateReader.GET_LEADER_RETRY_INTERVAL_MS (#3046)
b8a1fad3d42 is described below
commit b8a1fad3d4214e67b9d9008e29c41ea0946c424b
Author: Christine Poerschke <[email protected]>
AuthorDate: Mon Jan 20 16:17:52 2025 +0000
remove unused (private static) ZkStateReader.GET_LEADER_RETRY_INTERVAL_MS
(#3046)
(cherry picked from commit 79216e9598f80da3bc3505d915e33c7c9c4b8080)
---
.../src/java/org/apache/solr/common/cloud/ZkStateReader.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/ZkStateReader.java
b/solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/ZkStateReader.java
index 8daed99e75f..90c249675ac 100644
---
a/solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/ZkStateReader.java
+++
b/solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/ZkStateReader.java
@@ -157,7 +157,6 @@ public class ZkStateReader implements SolrCloseable {
/** A view of the current state of all collections. */
protected volatile ClusterState clusterState;
- private static final int GET_LEADER_RETRY_INTERVAL_MS = 50;
private static final int GET_LEADER_RETRY_DEFAULT_TIMEOUT =
Integer.parseInt(System.getProperty("zkReaderGetLeaderRetryTimeoutMs",
"4000"));