Skip to content

Commit

Permalink
[fix] [broker] print warn log if compaction task skipped cause by ex (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
poorbarcode authored Jan 31, 2023
1 parent 785fb82 commit 72b2e7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,7 @@ public void checkCompaction() {
}
}
} catch (Exception e) {
log.debug("[{}] Error getting policies", topic);
log.warn("[{}] Error getting policies and skipping compaction check", topic, e);
}
}

Expand Down

0 comments on commit 72b2e7e

Please sign in to comment.