Manno15 commented on a change in pull request #1972:
URL: https://github.com/apache/accumulo/pull/1972#discussion_r595393280
##########
File path: core/src/main/java/org/apache/accumulo/fate/zookeeper/ZooLock.java
##########
@@ -106,11 +119,11 @@ public ZooLock(AccumuloConfiguration conf, String path,
UUID uuid) {
}
}
- protected ZooLock(ZooKeeper zookeeper, String path, UUID uuid) {
+ protected ZooLock(ZooKeeper zookeeper, ZooLockPath path, UUID uuid) {
Review comment:
This line? You mention 177 but I see the method header in your snipit.
https://github.com/apache/accumulo/blob/cac03f54971c2d2ebcfffd03ed593cf6a922b354/core/src/main/java/org/apache/accumulo/fate/zookeeper/ZooLock.java#L177
##########
File path: core/src/main/java/org/apache/accumulo/fate/zookeeper/ZooLock.java
##########
@@ -106,11 +119,11 @@ public ZooLock(AccumuloConfiguration conf, String path,
UUID uuid) {
}
}
- protected ZooLock(ZooKeeper zookeeper, String path, UUID uuid) {
+ protected ZooLock(ZooKeeper zookeeper, ZooLockPath path, UUID uuid) {
Review comment:
This line? You mention 177 but I see the method header in your snippet.
https://github.com/apache/accumulo/blob/cac03f54971c2d2ebcfffd03ed593cf6a922b354/core/src/main/java/org/apache/accumulo/fate/zookeeper/ZooLock.java#L177
----------------------------------------------------------------
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]