Skip to content

Commit

Permalink
Reduce number of logs from retransmission (#1775)
Browse files Browse the repository at this point in the history
  • Loading branch information
faderskd authored Mar 15, 2024
1 parent acf7b38 commit a8829b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ public boolean isLeader() {

@Override
public void onRetransmissionStarts(SubscriptionName subscription) throws Exception {
logger.info("Triggering retransmission for subscription {}", subscription);
if (assignmentCache.isAssignedTo(subscription)) {
logger.info("Triggering retransmission for subscription {}", subscription);
supervisor.retransmit(subscription);
}
}
Expand Down

0 comments on commit a8829b2

Please sign in to comment.