GitHub user achimbab opened a pull request:
https://github.com/apache/zookeeper/pull/461
missing list
At line 518, 'existWatches.remove(clientPath)' is null because watches for
clientPath is already removed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/achimbab/zookeeper master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/461.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 #461
----
commit a6044af23ae1096a8c5305633320fa139cf730b2
Author: 07c00h <07c00h@...>
Date: 2018-02-11T14:12:45Z
missing list
----
---