Re: Performance warning: Overlapping onDeskSearchers=2 solr

2017-05-19 Thread Shawn Heisey
On 5/17/2017 9:15 AM, Jason Gerlowski wrote: > A strawman new message could be: "Performance warning: Overlapping > onDeskSearchers=2; consider reducing commit frequency if performance > problems encountered" > > Happy to create a JIRA/patch for this; just wanted to get some > feedback first in cas

RE: Performance warning: Overlapping onDeskSearchers=2 solr

2017-05-18 Thread Srinivas Kashyap
>> Subject: Re: Performance warning: Overlapping onDeskSearchers=2 solr Also, what is your autoSoftCommit setting? That also opens up a new searcher. On Wed, May 17, 2017 at 8:15 AM, Jason Gerlowski mailto:gerlowsk...@gmail.com>> wrote: > Hey Shawn, others. > > This i

RE: Performance warning: Overlapping onDeskSearchers=2 solr

2017-05-18 Thread Srinivas Kashyap
documents. Below are some more config details in solrconfig.xml 20 200 false 2 Thanks and Regards, Srinivas Kashyap -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: 17 May 2017 08:51 PM To: solr-user Subject: Re: Performance warning: Overlapping

Re: Performance warning: Overlapping onDeskSearchers=2 solr

2017-05-17 Thread Susheel Kumar
+1 to change to new message A strawman new message could be: "Performance warning: Overlapping onDeskSearchers=2; consider reducing commit frequency if performance problems encountered" On Wed, May 17, 2017 at 1:15 PM, Mike Drob wrote: > You're committing too frequently, so you have new searche

Re: Performance warning: Overlapping onDeskSearchers=2 solr

2017-05-17 Thread Mike Drob
You're committing too frequently, so you have new searchers getting queued up before the previous ones have been processed. You have several options on how to deal with this. Can increase commit interval, add hardware, or reduce query warming. I don't know if uncommenting that section will help b

Re: Performance warning: Overlapping onDeskSearchers=2 solr

2017-05-17 Thread Shalin Shekhar Mangar
This has been changed already in 6.4.0. From the CHANGES.txt entry: SOLR-9712: maxWarmingSearchers now defaults to 1, and more importantly commits will now block if this limit is exceeded instead of throwing an exception (a good thing). Consequently there is no longer a risk in overlapping com

Re: Performance warning: Overlapping onDeskSearchers=2 solr

2017-05-17 Thread Erick Erickson
Also, what is your autoSoftCommit setting? That also opens up a new searcher. On Wed, May 17, 2017 at 8:15 AM, Jason Gerlowski wrote: > Hey Shawn, others. > > This is a pitfall that Solr users seem to run into with some > frequency. (Anecdotally, I've bookmarked the Lucidworks article you > refe

Re: Performance warning: Overlapping onDeskSearchers=2 solr

2017-05-17 Thread Jason Gerlowski
Hey Shawn, others. This is a pitfall that Solr users seem to run into with some frequency. (Anecdotally, I've bookmarked the Lucidworks article you referenced because I end up referring people to it often enough.) The immediate first advice when someone encounters these onDeckSearcher error mess

Re: Performance warning: Overlapping onDeskSearchers=2 solr

2017-05-17 Thread Shawn Heisey
On 5/17/2017 5:57 AM, Srinivas Kashyap wrote: > We are using Solr 5.2.1 version and are currently experiencing below Warning > in Solr Logging Console: > > Performance warning: Overlapping onDeskSearchers=2 > > Also we encounter, > > org.apache.solr.common.SolrException: Error opening new searcher

Performance warning: Overlapping onDeskSearchers=2 solr

2017-05-17 Thread Srinivas Kashyap
Hi All, We are using Solr 5.2.1 version and are currently experiencing below Warning in Solr Logging Console: Performance warning: Overlapping onDeskSearchers=2 Also we encounter, org.apache.solr.common.SolrException: Error opening new searcher. exceeded limit of maxWarmingSearchers=2,​ try a