You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by lavacat <gi...@git.apache.org> on 2018/07/16 06:50:32 UTC

[GitHub] zookeeper pull request #571: ZOOKEEPER-3042: testFailedTxnAsPartOfQuorumLoss...

GitHub user lavacat opened a pull request:

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

    ZOOKEEPER-3042: testFailedTxnAsPartOfQuorumLoss is flaky

    - relaxed check of outstanding proposals queue
    - close clients after restart
    - restart client after old leader restart

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

    $ git pull https://github.com/lavacat/zookeeper testFailedTxnAsPartOfQuorumLoss-fix-master

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

    https://github.com/apache/zookeeper/pull/571.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 #571
    
----
commit 3ad9dbcc44397a22b8a13e1c7627aa54fd1f357c
Author: Bogdan Kanivets <bk...@...>
Date:   2018-05-14T18:08:55Z

    ZOOKEEPER-3042: testFailedTxnAsPartOfQuorumLoss is flaky
    
    - relaxed check of outstanding proposals queue
    - close clients after restart
    - restart client after old leader restart

----


---

[GitHub] zookeeper issue #571: ZOOKEEPER-3042: testFailedTxnAsPartOfQuorumLoss is fla...

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

    https://github.com/apache/zookeeper/pull/571
  
    Merged. Thanks @lavacat !


---

[GitHub] zookeeper pull request #571: ZOOKEEPER-3042: testFailedTxnAsPartOfQuorumLoss...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---