keith-turner commented on code in PR #5133:
URL: https://github.com/apache/accumulo/pull/5133#discussion_r1870085635
##########
core/src/main/java/org/apache/accumulo/core/fate/zookeeper/ZooCache.java:
##########
@@ -206,6 +209,7 @@ public ZooCache(ZooReader reader, Watcher watcher) {
this.zReader = reader;
nodeCache = new ConcurrentHashMap<>();
this.externalWatcher = watcher;
+ log.trace("{} created new cache", cacheId, new Exception());
Review Comment:
That is so I could see a stack trace for what created the zoocache. I was
experimenting with this change and running some ITs, found that useful.
--
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]