dsmiley commented on code in PR #4320:
URL: https://github.com/apache/solr/pull/4320#discussion_r3259371549
##########
solr/core/src/java/org/apache/solr/core/CoreContainer.java:
##########
@@ -850,6 +852,8 @@ private void loadInternal() {
registerV2Api(packageLoader.getPackageAPI().editAPI);
registerV2Api(packageLoader.getPackageAPI().readAPI);
registerV2Api(ZookeeperRead.class);
+ } else {
+ solrClientCache = new
InternalSolrClientCache(solrClientProvider.getSolrClient());
Review Comment:
Let's have no solrClientCache when no SolrCloud. SCC is linked to
solrj-streaming, and it's only used for SolrCloud functions within
solrj-streaming.
--
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]