GitHub user EronWright opened a pull request:
https://github.com/apache/zookeeper/pull/468
ZOOKEEPER-2982: Re-try DNS hostname -> IP resolution if node connection
fails
This PR ports a fix from the 3.4 to the 3.5 branch, that was originally
made in ZOOKEEPER-1506.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/EronWright/zookeeper ZOOKEEPER-2982
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/468.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 #468
----
commit 4f8f3ce8074b878f2a6e32c15ec177f4dcd050e0
Author: Eron Wright <eron.wright@...>
Date: 2018-02-19T23:05:44Z
ZOOKEEPER-2982 Re-try DNS hostname -> IP resolution if node connection fails
----
---