Description
As noted in SOLR-9710, the default for maxWarmingSearchers is Integer.MAX_VALUE which is just crazy. Let's have a saner default. Today we log a performance warning when the number of on deck searchers goes over 1. What if we had the default as 1 that expert users can increase if needed?
Attachments
Attachments
Issue Links
- is broken by
-
SOLR-7115 UpdateLog can miss closing transaction log objects.
- Resolved
- relates to
-
SOLR-10110 SolrCore reload can miss commit hooks if the commit tracker tries to open a new searcher on a closed core.
- Open