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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to