Re: Error enquiry- exceeded limit of maxWarmingSearchers=2

2014-05-30 Thread Shawn Heisey
On 5/29/2014 9:55 PM, M, Arjun (NSN - IN/Bangalore) wrote: Thanks a lot for your nice explanation.. Now I understood the difference between autoCommit and autoSoftCommit.. Now my config looks like below. autoCommit maxDocs1/maxDocs openSearcherfalse/openSearcher

Re: Error enquiry- exceeded limit of maxWarmingSearchers=2

2014-05-30 Thread Jason Hellman
I’m also not sure I understand the practical purpose of your hard/soft auto commit settings. You are stating the following: Every 10 seconds I want data written to disk, but not be searchable. Every 15 seconds I want data to be written into memory and searchable. I would consider whether your

Re: Error enquiry- exceeded limit of maxWarmingSearchers=2

2014-05-30 Thread Jason Hellman
I just realized I failed my own reading comprehension :) You have maxDocs, not maxTime for hard commit. Please disregard. On May 30, 2014, at 1:46 PM, Jason Hellman jhell...@innoventsolutions.com wrote: I’m also not sure I understand the practical purpose of your hard/soft auto commit

RE: Error enquiry- exceeded limit of maxWarmingSearchers=2

2014-05-29 Thread M, Arjun (NSN - IN/Bangalore)
-Original Message- From: ext Shawn Heisey [mailto:s...@elyograg.org] Sent: Wednesday, May 28, 2014 6:36 PM To: solr-user@lucene.apache.org Subject: Re: Error enquiry- exceeded limit of maxWarmingSearchers=2 On 5/28/2014 3:45 AM, M, Arjun (NSN - IN/Bangalore) wrote: Also

Re: Error enquiry- exceeded limit of maxWarmingSearchers=2

2014-05-29 Thread Shawn Heisey
On 5/29/2014 4:18 AM, M, Arjun (NSN - IN/Bangalore) wrote: Thanks for your valuable inputs... Find below my code and config in solrconfig.xml. Index update is successful but I am not able to see any data from solr admin console. What could be the issue? Any help here is highly

RE: Error enquiry- exceeded limit of maxWarmingSearchers=2

2014-05-29 Thread M, Arjun (NSN - IN/Bangalore)
To: solr-user@lucene.apache.org Subject: Re: Error enquiry- exceeded limit of maxWarmingSearchers=2 On 5/29/2014 4:18 AM, M, Arjun (NSN - IN/Bangalore) wrote: Thanks for your valuable inputs... Find below my code and config in solrconfig.xml. Index update is successful but I am not able to see

Re: Error enquiry- exceeded limit of maxWarmingSearchers=2

2014-05-29 Thread Shawn Heisey
On 5/29/2014 7:52 AM, M, Arjun (NSN - IN/Bangalore) wrote: Thanks Shawn... Just one more question.. Can both autoCommit and autoSoftCommit be enabled? If both are enabled, which one takes precedence? Yes, and it's a very common configuration. If you do enable both, you want openSearcher to

RE: Error enquiry- exceeded limit of maxWarmingSearchers=2

2014-05-29 Thread M, Arjun (NSN - IN/Bangalore)
What could be the reason? Thanks Regards, Arjun M -Original Message- From: ext Shawn Heisey [mailto:s...@elyograg.org] Sent: Thursday, May 29, 2014 10:14 PM To: solr-user@lucene.apache.org Subject: Re: Error enquiry- exceeded limit of maxWarmingSearchers=2 On 5/29/2014 7:52 AM, M

RE: Error enquiry- exceeded limit of maxWarmingSearchers=2

2014-05-28 Thread M, Arjun (NSN - IN/Bangalore)
-user@lucene.apache.org Subject: Re: Error enquiry- exceeded limit of maxWarmingSearchers=2 Hi, I am getting the below error. org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Error opening new searcher. exceeded limit of maxWarmingSearchers=2, try again

Re: Error enquiry- exceeded limit of maxWarmingSearchers=2

2014-05-28 Thread Shawn Heisey
On 5/28/2014 3:45 AM, M, Arjun (NSN - IN/Bangalore) wrote: Also is there a way to check if autowarming completed (or) how to make the next commit wait till previous commit finishes? With Solr, probably not. There might be a statistic available from an admin handler that I don't know

Error enquiry- exceeded limit of maxWarmingSearchers=2

2014-05-27 Thread M, Arjun (NSN - IN/Bangalore)
Hi, I am getting the below error. org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Error opening new searcher. exceeded limit of maxWarmingSearchers=2, try again later. Can you please help?

Re: Error enquiry- exceeded limit of maxWarmingSearchers=2

2014-05-27 Thread Shawn Heisey
Hi, I am getting the below error. org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Error opening new searcher. exceeded limit of maxWarmingSearchers=2, try again later. This error is usually a symptom of a problem, not the actual problem. Either you

Re: exceeded limit of maxWarmingSearchers ERROR

2013-11-18 Thread Erick Erickson
+s472066n4101220...@n3.nabble.com To: Loka lokanadham.ga...@zensar.in Sent: Friday, November 15, 2013 7:14:26 PM Subject: Re: exceeded limit of maxWarmingSearchers ERROR That's a fine place to start. This form: maxTime${solr.autoCommit.maxTime:15000}/maxTime just allows you to define a sysvar

Re: exceeded limit of maxWarmingSearchers ERROR

2013-11-17 Thread Loka
Ganta - Original Message - From: Erick Erickson [via Lucene] ml-node+s472066n4101220...@n3.nabble.com To: Loka lokanadham.ga...@zensar.in Sent: Friday, November 15, 2013 7:14:26 PM Subject: Re: exceeded limit of maxWarmingSearchers ERROR That's a fine place to start. This form: maxTime

Re: exceeded limit of maxWarmingSearchers ERROR

2013-11-15 Thread Erick Erickson
: Re: exceeded limit of maxWarmingSearchers ERROR CommitWithin is either configured in solrconfig.xml for the autoCommit or autoSoftCommit tags as the maxTime tag. I recommend you do use this. The other way you can do it is if you're using SolrJ, one of the forms of the server.add() method

Re: exceeded limit of maxWarmingSearchers ERROR

2013-11-15 Thread Loka
To: Loka lokanadham.ga...@zensar.in Sent: Friday, November 15, 2013 6:07:12 PM Subject: Re: exceeded limit of maxWarmingSearchers ERROR Where did you get that syntax? I've never seen that before. What you want to configure is the maxTime in your autocommit and autosoftcommit sections

Re: exceeded limit of maxWarmingSearchers ERROR

2013-11-15 Thread Loka
+s472066n4101203...@n3.nabble.com Sent: Friday, November 15, 2013 6:33:20 PM Subject: Re: exceeded limit of maxWarmingSearchers ERROR Erickson, Thanks for your reply, before your reply, I have googled and found the following and added under updateHandler class=solr.DirectUpdateHandler2 tag

Re: exceeded limit of maxWarmingSearchers ERROR

2013-11-15 Thread Erick Erickson
-node+s472066n4101203...@n3.nabble.com Sent: Friday, November 15, 2013 6:33:20 PM Subject: Re: exceeded limit of maxWarmingSearchers ERROR Erickson, Thanks for your reply, before your reply, I have googled and found the following and added under updateHandler class=solr.DirectUpdateHandler2

Re: exceeded limit of maxWarmingSearchers ERROR

2013-11-14 Thread Loka
Hi Naveen, Iam also getting the similar problem where I do not know how to use the commitWithin Tag, can you help me how to use commitWithin Tag. can you give me the example -- View this message in context: http://lucene.472066.n3.nabble.com/exceeded-limit-of-maxWarmingSearchers-ERROR

Re: exceeded limit of maxWarmingSearchers ERROR

2013-11-14 Thread Erick Erickson
the commitWithin Tag, can you help me how to use commitWithin Tag. can you give me the example -- View this message in context: http://lucene.472066.n3.nabble.com/exceeded-limit-of-maxWarmingSearchers-ERROR-tp3252844p4100864.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: exceeded limit of maxWarmingSearchers ERROR

2013-11-14 Thread Loka
lokanadham.ga...@zensar.in Sent: Thursday, November 14, 2013 8:38:17 PM Subject: Re: exceeded limit of maxWarmingSearchers ERROR CommitWithin is either configured in solrconfig.xml for the autoCommit or autoSoftCommit tags as the maxTime tag. I recommend you do use this. The other way you can do

Re: exceeded limit of maxWarmingSearchers

2013-09-13 Thread Erick Erickson
would outstrip the static value I set and crash the maxWarmingSearchers. -- View this message in context: http://lucene.472066.n3.nabble.com/exceeded-limit-of-maxWarmingSearchers-tp489803p4089699.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: exceeded limit of maxWarmingSearchers

2013-09-13 Thread gfbj
I ended up having to do a mathematical increase of the delay cfset sleep(1500+fileCount) because the indexing eventually would outstrip the static value I set and crash the maxWarmingSearchers. -- View this message in context: http://lucene.472066.n3.nabble.com/exceeded-limit

Re: exceeded limit of maxWarmingSearchers=4

2013-09-10 Thread gfbj
error cropping up. Spent 2 days figuring this out. Ugh. Hope this helps the next poor soul with this pernicious error stuck in her/his craw. (I could actually smell my CPU roasting) -- View this message in context: http://lucene.472066.n3.nabble.com/exceeded-limit-of-maxWarmingSearchers-4

Re: exceeded limit of maxWarmingSearchers ERROR

2011-08-17 Thread Naveen Gupta
Hi Nagendra, Thanks a lot .. i will start working on NRT today.. meanwhile old settings (increased warmSearcher in Master) have not given me trouble till now .. but NRT will be more suitable to us ... Will work on that one and will analyze the performance and share with you. Thanks Naveen

Re: exceeded limit of maxWarmingSearchers ERROR

2011-08-16 Thread Naveen Gupta
Nagendra You wrote, Naveen: *NRT with Apache Solr 3.3 and RankingAlgorithm does need a commit for a document to become searchable*. Any document that you add through update becomes immediately searchable. So no need to commit from within your update client code. Since there is no commit, the

Re: exceeded limit of maxWarmingSearchers ERROR

2011-08-16 Thread Nagendra Nagarajayya
Naveen: See below: *NRT with Apache Solr 3.3 and RankingAlgorithm does need a commit for a document to become searchable*. Any document that you add through update becomes immediately searchable. So no need to commit from within your update client code. Since there is no commit, the cache

Re: exceeded limit of maxWarmingSearchers ERROR

2011-08-14 Thread Erick Erickson
problem? We are using CURL to post the data and commit Also till now we are using default solrconfig. Aug 14, 2011 12:12:04 AM org.apache.solr.common.SolrException log SEVERE: org.apache.solr.common.SolrException: Error opening new searcher. exceeded limit of maxWarmingSearchers=2, try

Re: exceeded limit of maxWarmingSearchers ERROR

2011-08-14 Thread Mark Miller
On Aug 14, 2011, at 9:03 AM, Erick Erickson wrote: You either have to go to near real time (NRT), which is under development, but not committed to trunk yet NRT support is committed to trunk. - Mark Miller lucidimagination.com

Re: exceeded limit of maxWarmingSearchers ERROR

2011-08-14 Thread Nagendra Nagarajayya
and commit Also till now we are using default solrconfig. Aug 14, 2011 12:12:04 AM org.apache.solr.common.SolrException log SEVERE: org.apache.solr.common.SolrException: Error opening new searcher. exceeded limit of maxWarmingSearchers=2, try again later

Re: exceeded limit of maxWarmingSearchers ERROR

2011-08-14 Thread Erick Erickson
Ah, thanks, Mark... I must have been looking at the wrong JIRAs. Erick On Sun, Aug 14, 2011 at 10:02 AM, Mark Miller markrmil...@gmail.com wrote: On Aug 14, 2011, at 9:03 AM, Erick Erickson wrote: You either have to go to near real time (NRT), which is under development, but not committed

Re: exceeded limit of maxWarmingSearchers ERROR

2011-08-14 Thread Naveen Gupta
Hi Mark/Erick/Nagendra, I was not very confident about NRT at that point of time, when we started project almost 1 year ago, definitely i would try NRT and see the performance. The current requirement was working fine till we were using commitWithin 10 millisecs in the XMLDocument which we were

Re: exceeded limit of maxWarmingSearchers ERROR

2011-08-14 Thread Mark Miller
It's somewhat confusing - I'll straighten it out though. I left the issue open to keep me from taking forever to doc it - hasn't helped much yet - but maybe later today... On Aug 14, 2011, at 12:12 PM, Erick Erickson wrote: Ah, thanks, Mark... I must have been looking at the wrong JIRAs.

Re: exceeded limit of maxWarmingSearchers ERROR

2011-08-14 Thread Peter Sturge
. Aug 14, 2011 12:12:04 AM org.apache.solr.common.SolrException log SEVERE: org.apache.solr.common.SolrException: Error opening new searcher. exceeded limit of maxWarmingSearchers=2, try again later.        at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1052

Re: exceeded limit of maxWarmingSearchers ERROR

2011-08-14 Thread Nagendra Nagarajayya
Naveen: NRT with Apache Solr 3.3 and RankingAlgorithm does need a commit for a document to become searchable. Any document that you add through update becomes immediately searchable. So no need to commit from within your update client code. Since there is no commit, the cache does not have

Re: exceeded limit of maxWarmingSearchers ERROR

2011-08-14 Thread Bill Bell
OK, I'll ask the elephant in the roomŠ. What is the difference between the new UpdateHandler from Mark and the SOLR-RA? The UpdateHandler works with 4.0 does SOLR-RA work with 4.0 trunk? Pros/Cons? On 8/14/11 8:10 PM, Nagendra Nagarajayya nnagaraja...@transaxtions.com wrote: Naveen: NRT

Re: exceeded limit of maxWarmingSearchers ERROR

2011-08-14 Thread Nagendra Nagarajayya
Bill: The technical details of the NRT implementation in Apache Solr with RankingAlgorithm (SOLR-RA) is available here: http://solr-ra.tgels.com/papers/NRT_Solr_RankingAlgorithm.pdf (Some changes for Solr 3.x, but for most it is as above) Regarding support for 4.0 trunk, should happen

Re: exceeded limit of maxWarmingSearchers ERROR

2011-08-14 Thread Bill Bell
I understand. Have you looked at Mark's patch? From his performance tests, it looks pretty good. When would RA work better? Bill On 8/14/11 8:40 PM, Nagendra Nagarajayya nnagaraja...@transaxtions.com wrote: Bill: The technical details of the NRT implementation in Apache Solr with

Re: exceeded limit of maxWarmingSearchers ERROR

2011-08-14 Thread Nagendra Nagarajayya
Bill: I did look at Marks performance tests. Looks very interesting. Here is the Apacle Solr 3.3 with RankingAlgorithm NRT performance: http://solr-ra.tgels.com/wiki/en/Near_Real_Time_Search_ver_3.x Regards - Nagendra Nagarajayya http://solr-ra.tgels.org http://rankingalgorithm.tgels.org

exceeded limit of maxWarmingSearchers ERROR

2011-08-13 Thread Naveen Gupta
are using CURL to post the data and commit Also till now we are using default solrconfig. Aug 14, 2011 12:12:04 AM org.apache.solr.common.SolrException log SEVERE: org.apache.solr.common.SolrException: Error opening new searcher. exceeded limit of maxWarmingSearchers=2, try again later

exceeded limit of maxWarmingSearchers = 4 =(

2011-04-12 Thread stockii
with 31 Million Documents other Cores 100.000 - Solr1 for Search-Requests - commit every Minute - 5GB Xmx - Solr2 for Update-Request - delta every Minute - 4GB Xmx -- View this message in context: http://lucene.472066.n3.nabble.com/exceeded-limit-of-maxWarmingSearchers-4-tp2810380p2810380.html

Re: exceeded limit of maxWarmingSearchers = 4 =(

2011-04-12 Thread stockii
-Requests - commit every Minute - 5GB Xmx - Solr2 for Update-Request - delta every Minute - 4GB Xmx -- View this message in context: http://lucene.472066.n3.nabble.com/exceeded-limit-of-maxWarmingSearchers-4-tp2810380p2810458.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: exceeded limit of maxWarmingSearchers = 4 =(

2011-04-12 Thread stockii
Solr Instances, 7 Cores, 1 Core with 31 Million Documents other Cores 100.000 - Solr1 for Search-Requests - commit every Minute - 5GB Xmx - Solr2 for Update-Request - delta every Minute - 4GB Xmx -- View this message in context: http://lucene.472066.n3.nabble.com/exceeded-limit

Re: exceeded limit of maxWarmingSearchers = 4 =(

2011-04-12 Thread stockii
for Search-Requests - commit every Minute - 5GB Xmx - Solr2 for Update-Request - delta every Minute - 4GB Xmx -- View this message in context: http://lucene.472066.n3.nabble.com/exceeded-limit-of-maxWarmingSearchers-4-tp2810380p2810572.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: exceeded limit of maxWarmingSearchers

2009-02-23 Thread mahendra mahendra
  size=512   initialSize=512   autowarmCount=0/   Thanks for your help!! Thanks Regards, Mahendra --- On Mon, 2/23/09, Shalin Shekhar Mangar shalinman...@gmail.com wrote: From: Shalin Shekhar Mangar shalinman...@gmail.com Subject: Re: exceeded limit of maxWarmingSearchers To: solr

exceeded limit of maxWarmingSearchers

2009-02-22 Thread mahendra mahendra
. exceeded limit of maxWarmingSearchers=2, try again later. Error opening new searcher. exceeded limit of maxWarmingSearchers=2, try again later.   Is there any configuration parameter to increase maxWarmingSearchers. Any help would appriciate !! Thanks Regards, Mahendra

Re: exceeded limit of maxWarmingSearchers

2009-02-22 Thread Shalin Shekhar Mangar
. This is causing the below error. org.apache.solr.common.SolrException: Error opening new searcher. exceeded limit of maxWarmingSearchers=2, try again later. Error opening new searcher. exceeded limit of maxWarmingSearchers=2, try again later. Is there any configuration parameter to increase

Re: exceeded limit of maxWarmingSearchers

2009-02-09 Thread Jon Drukman
Otis Gospodnetic wrote: I'd say: Make sure you don't commit more frequently than the time it takes for your searcher to warm up, or else you risk searcher overlap and pile-up. cool. i found a place in our code where we were committing the same thing twice in very rapid succession. fingers

Re: exceeded limit of maxWarmingSearchers

2009-02-06 Thread Otis Gospodnetic
To: solr-user@lucene.apache.org Sent: Thursday, February 5, 2009 11:36:13 AM Subject: Re: exceeded limit of maxWarmingSearchers Otis Gospodnetic wrote: Jon, If you can, don't commit on every update and that should help or fully solve your problem. is there any sort of heuristic or formula i can

Re: exceeded limit of maxWarmingSearchers

2009-02-05 Thread Jon Drukman
Otis Gospodnetic wrote: Jon, If you can, don't commit on every update and that should help or fully solve your problem. is there any sort of heuristic or formula i can apply that can tell me when to commit? put it in a cron job and fire it once per hour? there are certain updates that

Re: exceeded limit of maxWarmingSearchers

2009-02-04 Thread Jon Drukman
Otis Gospodnetic wrote: That should be fine (but apparently isn't), as long as you don't have some very slow machine or if your caches are are large and configured to copy a lot of data on commit. this is becoming more and more problematic. we have periods where we get 10 of these

Re: exceeded limit of maxWarmingSearchers

2009-02-04 Thread Otis Gospodnetic
, 2009 1:09:00 PM Subject: Re: exceeded limit of maxWarmingSearchers Otis Gospodnetic wrote: That should be fine (but apparently isn't), as long as you don't have some very slow machine or if your caches are are large and configured to copy a lot of data on commit. this is becoming

exceeded limit of maxWarmingSearchers

2009-01-30 Thread Jon Drukman
I am getting hit by a storm of these once a day or so: SEVERE: org.apache.solr.common.SolrException: Error opening new searcher. exceeded limit of maxWarmingSearchers=16, try again later. I keep bumping up maxWarmingSearchers. It's at 32 now. Is there any way to figure out what the right

Re: exceeded limit of maxWarmingSearchers

2009-01-30 Thread Yonik Seeley
or so: SEVERE: org.apache.solr.common.SolrException: Error opening new searcher. exceeded limit of maxWarmingSearchers=16, try again later. I keep bumping up maxWarmingSearchers. It's at 32 now. Is there any way to figure out what the right value is besides trial and error? Our site gets

Re: exceeded limit of maxWarmingSearchers

2009-01-30 Thread Jon Drukman
Yonik Seeley wrote: I'd advise setting it to a very low limit (like 2) and committing less often. Once you get too many overlapping searchers, things will slow to a crawl and that will just cause more to pile up. The root cause is simply too many commits in conjunction with warming too long.

Re: exceeded limit of maxWarmingSearchers

2009-01-30 Thread Otis Gospodnetic
...@gmail.com To: solr-user@lucene.apache.org Sent: Friday, January 30, 2009 4:54:06 PM Subject: Re: exceeded limit of maxWarmingSearchers Yonik Seeley wrote: I'd advise setting it to a very low limit (like 2) and committing less often. Once you get too many overlapping searchers, things

exceeded limit of maxWarmingSearchers=4

2008-12-11 Thread chip correra
interface. Occasionally, usually under load, we see the following error... ERROR [IndexSubscription] error committing changes to solr java.lang.RuntimeException: org.apache.solr.common.SolrException: Error opening new searcher. exceeded limit of maxWarmingSearchers=4, try again later. My

Re: exceeded limit of maxWarmingSearchers=4

2008-12-11 Thread Mark Miller
to update the user’s interface. Occasionally, usually under load, we see the following error... ERROR [IndexSubscription] error committing changes to solr java.lang.RuntimeException: org.apache.solr.common.SolrException: Error opening new searcher. exceeded limit of maxWarmingSearchers=4, try

RE: exceeded limit of maxWarmingSearchers=4

2008-12-11 Thread chip correra
will not be part of the query results. Date: Thu, 11 Dec 2008 14:09:47 -0500 From: markrmil...@gmail.com To: solr-user@lucene.apache.org Subject: Re: exceeded limit of maxWarmingSearchers=4 chip correra wrote: We’re using Solr as a backend indexer/search engine to support an AJAX

Re: exceeded limit of maxWarmingSearchers=4

2008-12-11 Thread Walter Underwood
... ERROR [IndexSubscription] error committing changes to solr java.lang.RuntimeException: org.apache.solr.common.SolrException: Error opening new searcher. exceeded limit of maxWarmingSearchers=4, try again later. My understanding of Solr¹s caches and warming searches is that we get nearly

Re: exceeded limit of maxWarmingSearchers=4

2008-12-11 Thread Mark Miller
see the following error... ERROR [IndexSubscription] error committing changes to solr java.lang.RuntimeException: org.apache.solr.common.SolrException: Error opening new searcher. exceeded limit of maxWarmingSearchers=4, try again later. My understanding of Solr¹s caches and warming searches

RE: exceeded limit of maxWarmingSearchers=4

2008-12-11 Thread Lance Norskog
commited; there is no actual commit operation. -Original Message- From: Walter Underwood [mailto:wunderw...@netflix.com] Sent: Thursday, December 11, 2008 11:45 AM To: solr-user@lucene.apache.org Subject: Re: exceeded limit of maxWarmingSearchers=4 It sounds like you need real-time search

Re: exceeded limit of maxWarmingSearchers

2008-11-06 Thread Chris Hostetter
: SEVERE: org.apache.solr.common.SolrException: Error opening new searcher. : exceeded limit of maxWarmingSearchers=8, try again later. : Our server is not even in public use yet, it's serving maybe one query every : second, or less. I don't understand what could be causing this. that warning

exceeded limit of maxWarmingSearchers

2008-10-29 Thread Jon Drukman
I am getting this error quite frequently on my Solr installation: SEVERE: org.apache.solr.common.SolrException: Error opening new searcher. exceeded limit of maxWarmingSearchers=8, try again later. I've done some googling but the common explanation of it being related to autocommit doesn't

RE: exceeded limit of maxWarmingSearchers

2008-10-29 Thread Feak, Todd
] On Behalf Of Jon Drukman Sent: Wednesday, October 29, 2008 11:56 AM To: solr-user@lucene.apache.org Subject: exceeded limit of maxWarmingSearchers I am getting this error quite frequently on my Solr installation: SEVERE: org.apache.solr.common.SolrException: Error opening new searcher. exceeded limit

Re: exceeded limit of maxWarmingSearchers

2008-10-29 Thread Jon Drukman
Feak, Todd wrote: Have you looked at how long your warm up is taking? If it's taking longer to warm up a searcher then it does for you to do an update, you will be behind the curve and eventually run into this no matter how big that number. Most of them say warmupTime=0. It ranges from 0 to

Re: exceeded limit of maxWarmingSearchers

2008-10-29 Thread Shalin Shekhar Mangar
On Thu, Oct 30, 2008 at 2:46 AM, Jon Drukman [EMAIL PROTECTED] wrote: Most of them say warmupTime=0. It ranges from 0 to 37. I hope that is msec and not seconds!! Correct, that is in milliseconds. -- Regards, Shalin Shekhar Mangar.

Re: exceeded limit of maxWarmingSearchers

2008-05-19 Thread Chris Hostetter
: and I though a true master-slave setup would be overkill. Is it really : problematic to run queries on instances that aren't auto-warmed? Sounds like it really depends on your usecases and what you consider problematic ... there's no inherent problem in having queries hit an unwarmed index, it

Re: exceeded limit of maxWarmingSearchers

2008-05-12 Thread Sasha Voynow
Thanks for the advice. Unfortunately, my plan was to two have two instances both running as masters although one would only be a warm-standby for querying purposes. I just wanted a little bit of redundancy for the moment and I though a true master-slave setup would be overkill. Is it really

Re: exceeded limit of maxWarmingSearchers

2008-05-10 Thread Chris Hostetter
: On a solr instance where I am in the process of indexing moderately large : number of documents (300K+). There is no querying of the index taking place : at all. : I don't understand what operations are causing new searchers to warm, or how : to stop them from doing so. I'd be happy to provide

exceeded limit of maxWarmingSearchers

2008-05-09 Thread Sasha Voynow
Hi: I'm getting flurries of these error messages: WARNING: Error opening new searcher. exceeded limit of maxWarmingSearchers=4, try again later. SEVERE: org.apache.solr.common.SolrException: Error opening new searcher. exceeded limit of maxWarmingSearchers=4, try again later. On a solr

Re: exceeded limit of maxWarmingSearchers

2008-05-09 Thread Otis Gospodnetic
, 2008 6:59:00 PM Subject: exceeded limit of maxWarmingSearchers Hi: I'm getting flurries of these error messages: WARNING: Error opening new searcher. exceeded limit of maxWarmingSearchers=4, try again later. SEVERE: org.apache.solr.common.SolrException: Error opening new searcher

Re: exceeded limit of maxWarmingSearchers

2008-05-09 Thread Otis Gospodnetic
Gospodnetic [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Friday, May 9, 2008 7:18:03 PM Subject: Re: exceeded limit of maxWarmingSearchers Sasha, Do you have postCommit or postOptimize hooks enabled? Are you sending commits or have autoCommit on? My suggestions: - comment

Re: exceeded limit of maxWarmingSearchers

2008-05-09 Thread Sasha Voynow
, 2008 6:59:00 PM Subject: exceeded limit of maxWarmingSearchers Hi: I'm getting flurries of these error messages: WARNING: Error opening new searcher. exceeded limit of maxWarmingSearchers=4, try again later. SEVERE: org.apache.solr.common.SolrException: Error opening new

Re: exceeded limit of maxWarmingSearchers

2008-05-09 Thread Ryan McKinley
On May 9, 2008, at 7:33 PM, Sasha Voynow wrote: Is it generally better to handle batching your commits programmatically on the client side rather than relying on auto-commit? the time based auto-commit is useful if you are indexing from multiple clients to a single server. Rather then