Skip to content

Commit

Permalink
Log the necessary cluster persist exception (#33987)
Browse files Browse the repository at this point in the history
  • Loading branch information
menghaoranss authored Dec 10, 2024
1 parent d5e792a commit 7df9e25
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public static void handleException(final Exception cause) {
log.info("InterruptedException caught");
Thread.currentThread().interrupt();
} else {
log.error("Zookeeper exception occured.", cause);
throw new ClusterRepositoryPersistException(cause);
}
}
Expand Down

0 comments on commit 7df9e25

Please sign in to comment.