Skip to content

Commit

Permalink
Use non-chroot ZRW in Mini for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ctubbsii committed Dec 16, 2024
1 parent 434748f commit 6f4b406
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ public synchronized void start() throws IOException, InterruptedException {
}

config.setInstanceName(instanceName);
if (!AccumuloStatus.isAccumuloOffline(zrw, "/")) {
if (!AccumuloStatus.isAccumuloOffline(zrw, ZooUtil.getRoot(instanceIdFromFile))) {
throw new IllegalStateException(
"The Accumulo instance being used is already running. Aborting.");
}
Expand Down

0 comments on commit 6f4b406

Please sign in to comment.