You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erick Erickson (JIRA)" <ji...@apache.org> on 2013/02/03 15:56:12 UTC

[jira] [Created] (SOLR-4400) Rapidly opening and closing cores can lead to deadlock

Erick Erickson created SOLR-4400:
------------------------------------

             Summary: Rapidly opening and closing cores can lead to deadlock
                 Key: SOLR-4400
                 URL: https://issues.apache.org/jira/browse/SOLR-4400
             Project: Solr
          Issue Type: Bug
    Affects Versions: 4.1, 5.0
            Reporter: Erick Erickson
            Assignee: Erick Erickson


See the discussion at SOLR-4196. Under ridiculous loads (i.e. every request causes a core to close and another one to open) Solr can lock up. This is _only_ a problem if you are using transient cores (see SOLR-1028) with a limited cache size. Simply lazily loading cores that are NOT transient shouldn't have this problem, you need to be closing cores to get here.

--
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org