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 2014/12/01 20:31:13 UTC

[jira] [Created] (SOLR-6811) TestLBHttpSolrServer.testSimple stall: 2 CloserThreads waiting for same lock?

Hoss Man created SOLR-6811:
------------------------------

             Summary: TestLBHttpSolrServer.testSimple stall: 2 CloserThreads waiting for same lock? 
                 Key: SOLR-6811
                 URL: https://issues.apache.org/jira/browse/SOLR-6811
             Project: Solr
          Issue Type: Bug
            Reporter: Hoss Man


got a stall today in TestLBHttpSolrServer.testSimple on 5x branch

looking at the stack dumps, it seems like there are 2 instances of CloserThread wait()ing to be notified on the same "lock" Object?

2 things seem suspicious:

a) what are they waiting for? what thread is expected to be notifying? (because i don't see anything else running that might do the job)
b) why are there 2 instances of CloserThread?  from a quick skim it seems like there should only be one.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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