dlmarion commented on code in PR #5256:
URL: https://github.com/apache/accumulo/pull/5256#discussion_r1927402837


##########
core/src/main/java/org/apache/accumulo/core/zookeeper/ZooSession.java:
##########
@@ -119,6 +124,7 @@ private static void digestAuth(ZooKeeper zoo, String 
secret) {
   private final String sessionName;
   private final int timeout;
   private final ZooReaderWriter zrw;
+  private final Map<String,Watcher> persistentWatcherPaths = new HashMap<>();

Review Comment:
   I tackled this differently in d6513d7.



-- 
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: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to