dlmarion commented on code in PR #5256: URL: https://github.com/apache/accumulo/pull/5256#discussion_r1924201624
########## core/src/main/java/org/apache/accumulo/core/fate/zookeeper/ZooCache.java: ########## @@ -59,17 +63,29 @@ public interface ZooCacheWatcher extends Consumer<WatchedEvent> {} private static final Logger log = LoggerFactory.getLogger(ZooCache.class); - private final ZCacheWatcher watcher = new ZCacheWatcher(); - private final Optional<ZooCacheWatcher> externalWatcher; + protected final TreeSet<String> watchedPaths = new TreeSet<>(); Review Comment: Implemented in 4da2f2c. -- 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