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

[jira] [Created] (SOLR-4548) Stalled shutdown observed running TestSolrProperties

Hoss Man created SOLR-4548:
------------------------------

             Summary: Stalled shutdown observed running TestSolrProperties
                 Key: SOLR-4548
                 URL: https://issues.apache.org/jira/browse/SOLR-4548
             Project: Solr
          Issue Type: Bug
            Reporter: Hoss Man


Running the full tests suite against trunk r1454630 i noticed "TestSolrProperties.testProperties" stalled for a whle and begin taking thread dumps.

All of the dumps seem to follow the same basic structure: 

* a handfull of searcherExecutor threads WAITING on the ThreadPoolExecutor
* the main test thread in CoreContainer.shutdown locked & waiting on CloserThread
* CloserThread locked & waiting on an Object

There's no indication that the problem has anything to do with this test, it seems like a generic porblem that could affect any solr users on shutdown.


--
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