dsmiley commented on code in PR #2751: URL: https://github.com/apache/solr/pull/2751#discussion_r1794504963
########## solr/solrj-zookeeper/src/java/org/apache/solr/client/solrj/impl/SolrClientNodeStateProvider.java: ########## @@ -54,15 +54,15 @@ public class SolrClientNodeStateProvider implements NodeStateProvider, MapWriter { private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); - private final CloudLegacySolrClient solrClient; + private final CloudHttp2SolrClient cloudSolrClient; protected final Map<String, Map<String, Map<String, List<Replica>>>> nodeVsCollectionVsShardVsReplicaInfo = new HashMap<>(); @SuppressWarnings({"rawtypes"}) private Map<String, Map> nodeVsTags = new HashMap<>(); - public SolrClientNodeStateProvider(CloudLegacySolrClient solrClient) { - this.solrClient = solrClient; + public SolrClientNodeStateProvider(CloudHttp2SolrClient cloudSolrClient) { Review Comment: CloudSolrClient? -- 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