Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
Currently the new SQL interface does not use the Solr client cache. This causes new instances of CloudSolrClient to be created with each query. These instances are being closed, but this is still not good because the connection to Zk needs to be established on each request.
This is a fairly easy fix so I'd like to get this in for Solr 6.5.1