Skip to content

Commit

Permalink
Update core/src/main/java/org/apache/accumulo/core/zookeeper/ZooCache…
Browse files Browse the repository at this point in the history
….java

Co-authored-by: Keith Turner <[email protected]>
  • Loading branch information
dlmarion and keith-turner authored Jan 24, 2025
1 parent 7657845 commit 66c270e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public ZooCache(ZooSession zk, Set<String> pathsToWatch, Ticker ticker) {
this.nodeCache = cache.asMap();
this.watchedPaths = Collections.unmodifiableNavigableSet(new TreeSet<>(pathsToWatch));
setupWatchers();
log.trace("{} created new cache", cacheId, new Exception());
log.trace("{} created new cache watching {}", cacheId, pathsToWatch, new Exception());
}

public void addZooCacheWatcher(ZooCacheWatcher watcher) {
Expand Down

0 comments on commit 66c270e

Please sign in to comment.