The warning isn’t what’s affecting performance, it’s just an indication that
you’re committing too often. Technically you’re opening searchers too often.
Searchers are opened for several reasons;
1> your autocommit with openSearcher=true interval expires
2> your soft commit interval expires
3> yo
Hello,
We have Apache Solr version 6.2.1 installed on server and we are getting
this warning on Apache Solr log from few days which has affected
performance of solr queries and put latency on our App:
SolrCore [user_details] PERFORMANCE WARNING: Overlapping onDeckSearchers=2
So we have followed