dsmiley commented on PR #4510: URL: https://github.com/apache/solr/pull/4510#issuecomment-4664117851
Sorry, this is not what I meant when I filed SOLR-18243. The idea is that most callers of SolrClientCache.getHttpSolrClient should stop doing so -- instead, get a client from the CloudHttp2SolrClient.getHttpClient() that it had moments ago since in most cases, the URL is in fact derived from a CloudSolrClient shard/replica examination. But this may not *quite* be doable yet because CloudSolrClient.getHttpClient doesn't exist yet. We're blocked from adding this method until #4451 is merged. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
