dlmarion commented on code in PR #5292:
URL: https://github.com/apache/accumulo/pull/5292#discussion_r1933822168
##########
core/src/main/java/org/apache/accumulo/core/clientImpl/ZookeeperLockChecker.java:
##########
@@ -46,7 +48,14 @@ public boolean isLockHeld(String tserver, String session) {
@Override
public void invalidateCache(String tserver) {
- zc.clear(root + "/" + tserver);
+ String serverPath = root + "/" + tserver;
Review Comment:
So you are suggesting that we leave this as-is and close #5259?
--
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]