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


##########
core/src/main/java/org/apache/accumulo/core/fate/zookeeper/ZooCache.java:
##########
@@ -136,7 +166,9 @@ public void process(WatchedEvent event) {
               clear();
               break;
             case SyncConnected:
-              log.trace("{} ZooKeeper connection established, ignoring; {}", 
cacheId, event);
+              log.trace("{} ZooKeeper connection established, re-establishing 
watchers; {}",

Review Comment:
   I didn't think about that scenario, so thanks for that. I implemented your 
suggestion in 443d85d. Unsure how to test it though as we don't really have 
access to the ZK server watches, except using the 4 letter words.



-- 
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]

Reply via email to