Bah, ignore 30% of what I said below - 30% of my mind was following Sesame Street, another 30% was looking at some Hadoop jobs, and the last 30% was writing the response. The missing 10% is.... missing.
Leave the post* hook(s) in, they are fine -- you have to trigger the snapshooter somehow, I presume. My guess is you or autoCommit is commiting too frequently. Just don't commit until the end, or at least that's what I try to do. Back to.... washing dishes for a change. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- > From: Otis 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 out post* hooks > - do not send a commit until you are done (or you can just optimize at the > end) > - disable autoCommit > > > If there is anything else that could trigger searcher warming, I can't think > of > it at the moment. Let us know if the above eliminates the problem. > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > ----- Original Message ---- > > From: Sasha Voynow > > To: solr-user@lucene.apache.org > > Sent: Friday, May 9, 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. > > exceeded limit of maxWarmingSearchers=4, try again later. > > > > > > 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 more details of my > > configuration if necessary, I've made very few changes to the solrconfig.xml > > that comes with the sample application. > > > > > > Thanks. > > > > > > SV