dlmarion commented on PR #5509:
URL: https://github.com/apache/accumulo/pull/5509#issuecomment-2830228166

   Spot checked some ITs and things were working. Kicked off a full IT build to 
see what's failing. Regarding the stack trace in #5501, I noticed that before 
these changes the log would show that [ZooKeeper disconnected event 
received](https://github.com/apache/accumulo/blob/main/server/base/src/main/java/org/apache/accumulo/server/conf/store/impl/PropStoreWatcher.java#L127),
 but not [ZooKeeper connection closed event 
received](https://github.com/apache/accumulo/blob/main/server/base/src/main/java/org/apache/accumulo/server/conf/store/impl/PropStoreWatcher.java#L142).
 Because the `Closed` event was never received, `zkReadyMonitor.setClosed()` 
was never called and `zkReadyMonitor` continued to retry until timeout at 26s. 
With these changes both events are showing up in the log and the stack traces 
are not.


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