GitHub user maoling opened a pull request:
https://github.com/apache/zookeeper/pull/667
ZOOKEEPER-3158:firstConnect.countDown() will not be executed where
sendThread.primeConnection() has thrown an exception
more details in
[ZOOKEEPER-3158](https://issues.apache.org/jira/browse/ZOOKEEPER-3158)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/maoling/zookeeper ZOOKEEPER-3158
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/667.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #667
----
commit 250f7c2af03182052b917a61fc1c6326e6e23c96
Author: maoling <maoling199210191@...>
Date: 2018-10-10T09:26:24Z
ZOOKEEPER-3158:firstConnect.countDown() will not be executed where
sendThread.primeConnection() has thrown an exception
----
---