psalagnac commented on code in PR #3059: URL: https://github.com/apache/solr/pull/3059#discussion_r1927713266
########## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/ZkStateReader.java: ########## @@ -1002,30 +1002,12 @@ public static String getShardLeadersElectPath(String collection, String shardId) public List<ZkCoreNodeProps> getReplicaProps( String collection, String shardId, String thisCoreNodeName) { - return getReplicaProps(collection, shardId, thisCoreNodeName, null); - } - - public List<ZkCoreNodeProps> getReplicaProps( - String collection, - String shardId, - String thisCoreNodeName, - Replica.State mustMatchStateFilter) { - return getReplicaProps(collection, shardId, thisCoreNodeName, mustMatchStateFilter, null); - } - - public List<ZkCoreNodeProps> getReplicaProps( - String collection, - String shardId, - String thisCoreNodeName, - Replica.State mustMatchStateFilter, - Replica.State mustNotMatchStateFilter) { Review Comment: Parameter `mustNotMatchStateFilter` was dropped and not passed to the overloading method. -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org