Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
7.1.1
-
None
-
None
Description
QParserPlugin maintains a static map of Class Names to Class objects and everytime we create a SolrCore object this causes a lot of overhead doing classloader lookups. Our system runs a lot of cores and the classloader gets bogged down when a lot of threads are creating solrcore objects.
There's no need to create these objects every time, similar classes such as
TransformerFactory store the object one time and reference it over and over again