GitHub user lavacat opened a pull request:
https://github.com/apache/zookeeper/pull/521
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
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/521.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 #521
----
commit fb8d1cc8a5ce7dfe252726825e77030ab7e824af
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
----
---