Alexey Kudinov created SOLR-3991:
------------------------------------

             Summary: SOLR stuck on initialization with warmup and spellcheck 
collation on for /select handler
                 Key: SOLR-3991
                 URL: https://issues.apache.org/jira/browse/SOLR-3991
             Project: Solr
          Issue Type: Bug
          Components: SearchComponents - other, spellchecker
    Affects Versions: 4.0
         Environment: Windows 7/Tomcat 6
            Reporter: Alexey Kudinov


The main thread calls replicationhandler getStatistics() which in turn tries to 
get searcher and waits. In the meanwhile, warmup is triggered and query runs. 
If spell check is defined for query component, and collation is on, collation 
executor also tries to fetch the searcher and creates a deadlock.

To replay:
1. Define the warmup query
2. Add spell checker configuration to the /select search handler
3. Set spellcheck.collation = true 

Configuration:
zkRun
collection1
2 shards
1 node
4 cores

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to