From 66c270ee43fc10d96c5912b8ccc842b521233fbb Mon Sep 17 00:00:00 2001 From: Dave Marion Date: Fri, 24 Jan 2025 12:05:48 -0500 Subject: [PATCH] Update core/src/main/java/org/apache/accumulo/core/zookeeper/ZooCache.java Co-authored-by: Keith Turner --- .../main/java/org/apache/accumulo/core/zookeeper/ZooCache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/apache/accumulo/core/zookeeper/ZooCache.java b/core/src/main/java/org/apache/accumulo/core/zookeeper/ZooCache.java index ff47b338b80..ab0d915a8e4 100644 --- a/core/src/main/java/org/apache/accumulo/core/zookeeper/ZooCache.java +++ b/core/src/main/java/org/apache/accumulo/core/zookeeper/ZooCache.java @@ -180,7 +180,7 @@ public ZooCache(ZooSession zk, Set 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) {