Re: SolrCloud - loop in recovery mode

2012-10-24 Thread Mark Miller
On a quick search, I didn't happen to see an open JIRA for this type of thing. Could you file one? - Mark On Oct 24, 2012, at 11:35 AM, AlexeyK wrote: > The situation can be replayed on solr 4 (solrcloud): > 1. Define the warmup query > 2. Add spell checker configuration to the /select search

Re: SolrCloud - loop in recovery mode

2012-10-24 Thread AlexeyK
The situation can be replayed on solr 4 (solrcloud): 1. Define the warmup query 2. Add spell checker configuration to the /select search handler 3. Set spellcheck.collation = true The server will stuck in init phase due to deadlock. Is there a bug open for this? Actually you cannot get collated sp

Re: SolrCloud - loop in recovery mode

2012-10-24 Thread AlexeyK
It is actually connected to this: https://gist.github.com/2880527 Once you have collation = true + warmup, the init is stuck on wait -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-loop-in-recovery-mode-tp4015330p4015593.html Sent from the Solr - User mailing list

Re: SolrCloud - loop in recovery mode

2012-10-24 Thread AlexeyK
After a little bit of investigation, it's about the searcher warmup that doesn't happen. I see the main thread waiting for the searcher. The warmup query handler is stuck in another thread on the very same lock in getSearcher(), and no notify() is called. If I set the useColdSearcher = true, this o

Re: SolrCloud - loop in recovery mode

2012-10-24 Thread AlexeyK
I only started learning the new features, so chances are it's about some misconfiguration. I removed the collection2 from the setup and indexed some files. Now there is another pattern that stucks the init, and it's about the overseer polling the queue: Oct 24, 2012 2:18:52 PM org.apache.solr.core

Re: SolrCloud - loop in recovery mode

2012-10-23 Thread Mark Miller
This sounds like two issues. One, you are triggering a leader election somehow. Do you see session expiration errors in the logs? You may need to raise the timeout. The second issue is probably related to what came out of https://issues.apache.org/jira/browse/SOLR-3939 Shards that have no version