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
>>
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
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
+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
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
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
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
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
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
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
10 matches
Mail list logo