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 spell check results together with a query result. The workaround is one of the following: 1. don't use warmup 2. don't use collation 3. don't define spell check for /select, but define a distinct handler and call it specifically -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-loop-in-recovery-mode-tp4015330p4015622.html Sent from the Solr - User mailing list archive at Nabble.com.