Mark Miller created SOLR-4006:
---------------------------------

             Summary: Many tests on Apache Jenkins are failing with lingering 
threads.
                 Key: SOLR-4006
                 URL: https://issues.apache.org/jira/browse/SOLR-4006
             Project: Solr
          Issue Type: Bug
            Reporter: Mark Miller


I think I've tracked this down to being related to the black hole.

It seems to be a recovery call to a server that is down or something - it's 
hanging in the connect method even though we are using a connect timeout.

{noformat}

Thread[RecoveryThread,5,TGRP-SyncSliceTest]
java.net.PlainSocketImpl.socketConnect(Native Method)
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
java.net.SocksSocketImpl.connect(SocksSocketImpl.java:384)
java.net.Socket.connect(Socket.java:546)
{noformat}

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