You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Alan Woodward (JIRA)" <ji...@apache.org> on 2013/08/23 17:51:51 UTC

[jira] [Created] (SOLR-5186) SolrZkClient can leak threads if it doesn't start correctly

Alan Woodward created SOLR-5186:
-----------------------------------

             Summary: SolrZkClient can leak threads if it doesn't start correctly
                 Key: SOLR-5186
                 URL: https://issues.apache.org/jira/browse/SOLR-5186
             Project: Solr
          Issue Type: Bug
            Reporter: Alan Woodward
            Assignee: Alan Woodward
            Priority: Minor
         Attachments: SOLR-5186.patch

Noticed this while writing tests for the embedded ZooKeeper servers.  If the connection manager can't connect to a ZK server before the clientConnectTimeout, or there's an Exception thrown during ZkClientConnectionStrategy.connect(), then the client's SolrZooKeeper instance isn't 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