Skip to content

Commit

Permalink
Update bookkeeper-server/src/main/java/org/apache/bookkeeper/client/B…
Browse files Browse the repository at this point in the history
…ookKeeperAdmin.java

Co-authored-by: ZhangJian He <[email protected]>
  • Loading branch information
315157973 and shoothzj authored Aug 29, 2024
1 parent b3f8b7c commit 1f9a47e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1558,7 +1558,7 @@ public void triggerAudit()
auditorId = getLedgerAuditorManager().getCurrentAuditor();
} catch (IOException e) {
if (e.getCause() instanceof KeeperException.NoNodeException) {
LOG.error("Can not find node for {}", e.getCause().getMessage());
LOG.error("Unable to find Zookeeper node: {}", e.getCause().getMessage());
throw new UnavailableException("Autorecovery is disabled due to missing Zookeeper node. Aborting recovery!");
}
throw e;
Expand Down

0 comments on commit 1f9a47e

Please sign in to comment.