Manno15 commented on a change in pull request #1972:
URL: https://github.com/apache/accumulo/pull/1972#discussion_r595426871



##########
File path: 
core/src/main/java/org/apache/accumulo/fate/zookeeper/ZooQueueLock.java
##########
@@ -42,6 +42,19 @@
   private String path;
   private boolean ephemeral;
 
+  public static class FateLockPath {
+    private final String path;
+
+    public FateLockPath(String path) {
+      this.path = path;
+    }
+
+    @Override

Review comment:
       Yeah, I understand your points. One reason I kept it as toString() is 
because it matches the use case for other toString() methods. 




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to