aparnasuresh85 commented on code in PR #2599: URL: https://github.com/apache/solr/pull/2599#discussion_r1702289833
########## solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/ZkStateReader.java: ########## @@ -88,6 +88,9 @@ public class ZkStateReader implements SolrCloseable { public static final String CORE_NAME_PROP = "core"; public static final String COLLECTION_PROP = "collection"; + public static final String INCLUDE_ALL = "includeAll"; + public static final String LIVENODES_PROP = "liveNodes"; + public static final String CLUSTER_PROP = "clusterProperties"; Review Comment: Addressed in latest commit -- 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