You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by seunghoo <gi...@git.apache.org> on 2018/02/11 14:03:25 UTC

[GitHub] zookeeper pull request #460: missing list

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 <07...@...>
Date:   2018-02-11T14:00:58Z

    missing list

----


---

[GitHub] zookeeper pull request #460: missing list

Posted by seunghoo <gi...@git.apache.org>.
Github user seunghoo closed the pull request at:

    https://github.com/apache/zookeeper/pull/460


---