You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/05/19 02:25:44 UTC

[GitHub] [solr] noblepaul commented on a diff in pull request #804: SOLR-16146: Avoid loading all collections during node startup

noblepaul commented on code in PR #804:
URL: https://github.com/apache/solr/pull/804#discussion_r876528123


##########
solr/solrj/src/java/org/apache/solr/client/solrj/routing/NodePreferenceRulesComparator.java:
##########
@@ -40,7 +40,7 @@
  */
 public class NodePreferenceRulesComparator implements Comparator<Object> {
 
-  private final NodesSysPropsCacher sysPropsCache;
+  private final NodePropsProvider sysPropsCache;

Review Comment:
   you are right.



-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org