dsmiley commented on code in PR #4320:
URL: https://github.com/apache/solr/pull/4320#discussion_r3295311161
##########
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:
If this is actually going to be supported, it'd need a test. If there is no
test... don't worry about it. I remember when streaming expressions came
about... it kind of lightly requires SolrCloud... not sure anyone put in any
real concerted effort to truly _not_ depend on SolrCloud. That said, if we
notice easy/simple ways to help it potentially work then that's a good thing.
--
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]