kezhuw commented on code in PR #2006:
URL: https://github.com/apache/zookeeper/pull/2006#discussion_r1228953716
##########
zookeeper-server/src/main/java/org/apache/zookeeper/ZKWatchManager.java:
##########
@@ -225,18 +237,6 @@ void containsWatcher(String path, Watcher watcher,
Watcher.WatcherType watcherTy
synchronized (childWatches) {
containsWatcher = contains(path, watcher, childWatches);
}
-
Review Comment:
I have add "Release Note" to
[ZOOKEEPER-4466](https://issues.apache.org/jira/browse/ZOOKEEPER-4466),
[ZOOKEEPER-4471](https://issues.apache.org/jira/browse/ZOOKEEPER-4471) and
[ZOOKEEPER-4472](https://issues.apache.org/jira/browse/ZOOKEEPER-4472).
Is that sufficient for us ? @eolivelli @tisonkun @anmolnar
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]