Skip to content

Commit

Permalink
feat: improve error log when get shards assignments (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattisonchao committed Sep 9, 2024
1 parent ffbcdfc commit 15d6661
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public void onError(Throwable error) {
}
}
}
log.warn("Failed receiving shard assignments: {}", getRootCause(error).getMessage());
log.warn("Failed receiving shard assignments.", getRootCause(error));
executor.schedule(
() -> {
if (!closed) {
Expand Down

0 comments on commit 15d6661

Please sign in to comment.