keith-turner commented on code in PR #5292:
URL: https://github.com/apache/accumulo/pull/5292#discussion_r1934135561


##########
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 
https://github.com/apache/accumulo/issues/5259?
   
   Possibly, but it would be best if @ctubbsii could clarify.   I am not sure 
what problem #5292 is fixing, so there may be something I am missing.



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