Re: IndexWriter exception

2016-12-08 Thread Susheel Kumar
Erick Erickson [mailto:erickerick...@gmail.com] > Sent: December 6, 2016 5:42 PM > To: solr-user <solr-user@lucene.apache.org> > Subject: Re: IndexWriter exception > Importance: High > > bq: maxWarmingSearchers is set to 6 > > Red flag ref. If this was done to av

RE: IndexWriter exception

2016-12-08 Thread Alexandre Drouin
er 6, 2016 5:42 PM To: solr-user <solr-user@lucene.apache.org> Subject: Re: IndexWriter exception Importance: High bq: maxWarmingSearchers is set to 6 Red flag ref. If this was done to avoid the warning in the logs about too many warming searchers, it's a clear indication that you're co

Re: IndexWriter exception

2016-12-06 Thread Erick Erickson
bq: maxWarmingSearchers is set to 6 Red flag ref. If this was done to avoid the warning in the logs about too many warming searchers, it's a clear indication that you're committing far too often. Let's see exactly what you're using to post when you say you're "using the REST API". My bet: each

IndexWriter exception

2016-12-06 Thread Alexandre Drouin
Hello, I have an error that has been popping up randomly since 3 weeks ago and the randomness of the issue makes it hard to troubleshoot. I have a service that use the REST API to index documents (1000 docs at a time) and in this process I often call the core status API