David Smiley created SOLR-18242:
-----------------------------------
Summary: Refactor: SolrClientCache shouldn't be used by
DistribFileStore
Key: SOLR-18242
URL: https://issues.apache.org/jira/browse/SOLR-18242
Project: Solr
Issue Type: Task
Reporter: David Smiley
The DistribFileStore shouldn't be using the SolrClientCache. it should simply
use CoreContainer.getDefaultHttpSolrClient where it can call
request.processWithBaseUrl using that client.
The overarching theme is to reduce SolrClientCache to only where it's truly
needed, and this spot certainly doesn't warrant it. Furthermore this is the
only caller of SolrClientCache.getHttpSolrClient outside of solrj-streaming,
and I'm looking to remove that method altogether eventually.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]