ctubbsii commented on a change in pull request #1972:
URL: https://github.com/apache/accumulo/pull/1972#discussion_r595522333
##########
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:
I think there are 3 identical threads of conversation about `toString()`
vs. `getPath()`, so we don't keep responding to them separately, I'm just going
to mark two of them as "Resolved", and if there's more to discuss, then it can
be discussed on the one that is left "Unresolved".
----------------------------------------------------------------
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]