aparnasuresh85 commented on code in PR #2599: URL: https://github.com/apache/solr/pull/2599#discussion_r1695730184
########## solr/solrj/src/java/org/apache/solr/client/solrj/impl/ClusterStateProvider.java: ########## @@ -107,9 +111,15 @@ default DocCollection getCollection(String name) throws IOException { /** Obtain a cluster property, or the default value if it doesn't exist. */ default <T> T getClusterProperty(String key, T defaultValue) { + Map<String, Object> properties = getClusterProperties(); Review Comment: The configurable request could now return null, hence the change -- 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