GitHub user tumativ opened a pull request:
https://github.com/apache/zookeeper/pull/689
ZOOKEEPER-3183:Notifying the WatcherCleaner thread and Threads which â¦
â¦are waiting list to add watchers during the shutdown and avoid adding
the dead watchers when shut down is initiated
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tumativ/zookeeper ZOOKEEPER-3183
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/689.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 #689
----
commit c6e0f7af5aace94daf0caf0ba7b860e99540a284
Author: vtumati <vtumati@...>
Date: 2018-11-05T11:51:23Z
ZOOKEEPER-3183:Notifying the WatcherCleaner thread and Threads which are
waiting list to add watchers during shutdown and avoid adding the dead
watchers when shut down is initiated
----
---