dsmiley commented on code in PR #2751: URL: https://github.com/apache/solr/pull/2751#discussion_r1794506090
########## solr/solrj-zookeeper/src/java/org/apache/solr/client/solrj/impl/SolrClientCloudManager.java: ########## @@ -119,76 +102,14 @@ public DistribStateManager getDistribStateManager() { @Override public <T extends SolrResponse> T request(SolrRequest<T> req) throws IOException { try { - return req.process(solrClient); + return req.process(cloudSolrClient); } catch (SolrServerException e) { throw new IOException(e); } } private static final byte[] EMPTY = new byte[0]; - @Override - public byte[] httpRequest( Review Comment: a reminder -- call this out in the commit message; we removed a public 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