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


##########
core/src/main/java/org/apache/accumulo/core/fate/zookeeper/ServiceLock.java:
##########
@@ -821,6 +785,21 @@ public static void deleteLock(ZooReaderWriter zk, 
ServiceLockPath path)
 
   }
 
+  public static void removeLock(ZooReaderWriter zoo, String path,

Review Comment:
   Suggest naming this `deleteLock` like the other methods. This is just a 
different variant.



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