You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by ArtemChernatsky <gi...@git.apache.org> on 2018/12/05 12:14:10 UTC

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

GitHub user ArtemChernatsky opened a pull request:

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

    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-master

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

    https://github.com/apache/zookeeper/pull/730.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 #730
    
----
commit 56e0b6c60c4ccee09e2de8b407705c3f51602419
Author: ArtemChernatsky <ac...@...>
Date:   2018-11-23T16:31:59Z

    added multiple addresses support for quorum

----


---

[GitHub] zookeeper issue #730: Zookeeper-3188: Improve resilience to network

Posted by hanm <gi...@git.apache.org>.
Github user hanm commented on the issue:

    https://github.com/apache/zookeeper/pull/730
  
    @ArtemChernatsky I think you need rebase with master first before update your patch. In any case, looks like the number of failed tests are reduced, which is good.


---

[GitHub] zookeeper issue #730: Zookeeper-3188: Improve resilience to network

Posted by ArtemChernatsky <gi...@git.apache.org>.
Github user ArtemChernatsky commented on the issue:

    https://github.com/apache/zookeeper/pull/730
  
    @hanm, I've checked all tests, which were failed, and they pass locally. Can you advice how I can debug them locally?


---