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


##########
test/src/main/java/org/apache/accumulo/test/functional/BackupManagerIT.java:
##########
@@ -58,7 +56,7 @@ public void test() throws Exception {
       // generate a false zookeeper event
       List<String> children =
           ServiceLock.validateAndSort(path, 
writer.getChildren(path.toString()));
-      String lockPath = root + Constants.ZMANAGER_LOCK + "/" + children.get(0);
+      String lockPath = path.toString() + "/" + children.get(0);

Review Comment:
   Fixed in 48e8662.



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