[GitHub] zookeeper pull request #725: Zookeeper-3188: Improve resilience to network

2018-12-05 Thread ArtemChernatsky
Github user ArtemChernatsky closed the pull request at:

https://github.com/apache/zookeeper/pull/725


---


[GitHub] zookeeper pull request #725: Zookeeper-3188: Improve resilience to network

2018-11-26 Thread ArtemChernatsky
GitHub user ArtemChernatsky opened a pull request:

https://github.com/apache/zookeeper/pull/725

Zookeeper-3188: Improve resilience to network

According to issue 
[ZOOKEEPER-3188](https://issues.apache.org/jira/browse/ZOOKEEPER-3188) added 
ability to specify several addresses for quorum operations. Also added 
reconnection attempts if connection to leader lost.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/mapr-demos/zookeeper ZOOKEEPER-3188

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zookeeper/pull/725.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 #725


commit 966618740777c55eb1af040ab447845c42402284
Author: ArtemChernatsky 
Date:   2018-11-23T16:31:59Z

added multiple addresses support for quorum




---