Skip to content

Commit

Permalink
rm print
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Aug 16, 2024
1 parent aafe76b commit 5a6b58e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/cdlib/mrt/zk/MerrittLocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ public static void unlockObjectStorage(ZooKeeper client, String ark) throws Inte
QueueItemHelper.delete(client, Paths.get(QueueItem.ZkPaths.LocksStorage.path, ark.replaceAll(":?/", "_")).toString());
}
public static boolean checkLockObjectStorage(ZooKeeper client, String ark) throws KeeperException, InterruptedException {
System.out.println(client.getChildren(QueueItem.ZkPaths.LocksStorage.path, false));
return QueueItemHelper.exists(client, Paths.get(QueueItem.ZkPaths.LocksStorage.path, ark.replaceAll(":?/", "_")).toString());
}

Expand Down

0 comments on commit 5a6b58e

Please sign in to comment.