Re: Apache Solr warning on 6.2.1

2019-07-01 Thread Erick Erickson
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

Apache Solr warning on 6.2.1

2019-07-01 Thread Nitin Midas
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