It happened without auto-commit. Although I would like to be able to use a
reasonably infrequent autocommit setting. Is it generally better to handle
batching your commits programmatically on the "client" side rather than
relying on auto-commit?As far as post* hooks. I will comment out a post
optimize hook that I don't need. But I can't imagine that's causing a
problem, if only because I hadn't optimized (or is optimization run for you
automatically in some cases?)


I'll let you know the results.


Thanks for the prompt reply.

On 5/9/08, Otis Gospodnetic <[EMAIL PROTECTED]> wrote:
>
> 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 <[EMAIL PROTECTED]>
> > 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
>
>

Reply via email to