GitHub user mkedwards opened a pull request:
https://github.com/apache/zookeeper/pull/707
[ZOOKEEPER-2778] QuorumPeer: encapsulate addresses
[ZOOKEEPER-2778] QuorumPeer: encapsulate quorum/election/client addresses
in an AddressTuple held through an AtomicReference
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mkedwards/zookeeper branch-3.5
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/707.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 #707
----
commit 3694a4e31eef9b85de59112c22ab163452610743
Author: Michael Edwards <medwards@...>
Date: 2018-11-20T13:33:09Z
[ZOOKEEPER-2778] QuorumPeer: encapsulate quorum/election/client addresses
in an AddressTuple held through an AtomicReference
----
---