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 <bkanivets@...>
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
----
---