GitHub user seunghoo opened a pull request:
https://github.com/apache/zookeeper/pull/460
missing list
In ZooKeeper.java, `existWatches.remove(clientPath;` removes watches for
clientPath and next `existWatches.remove(clientPath)` returns anything.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/seunghoo/zookeeper master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/460.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 #460
----
commit df84473e1d8a6413157f1c802203b95625244f4f
Author: 07c00h <07c00h@...>
Date: 2018-02-11T14:00:58Z
missing list
----
---