GitHub user anmolnar opened a pull request:
https://github.com/apache/zookeeper/pull/451
ZOOKEEPER-2184: Zookeeper Client should re-resolve hosts when connection
attempts fail
This one is the pick-up of @fpj 's original PR: #150
Targeting and rebased on the 3.4 branch.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anmolnar/zookeeper ZOOKEEPER-2184
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/451.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 #451
----
commit 229760d7757f47e271a8e059c1aeac10f0847a2a
Author: fpj <fpj@...>
Date: 2017-01-14T16:58:15Z
ZOOKEEPER-2184: Zookeeper Client should re-resolve hosts when connection
attempts fail
----
---