GitHub user mkedwards opened a pull request:
https://github.com/apache/zookeeper/pull/724
ZOOKEEPER-2488: Synchronized access to shuttingDownLE in QuorumPeer
I think this can be reviewed separately from the (functionally somewhat
related) changes in #707.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mkedwards/zookeeper ZOOKEEPER-2488
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/724.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 #724
----
commit 33c1f0bad6e76a4cc67ab4ee44e08fa8f1ac5449
Author: Michael Edwards <michael edwards>
Date: 2018-11-21T23:09:55Z
ZOOKEEPER-2488: Synchronized access to shuttingDownLE in QuorumPeer
----
---