Skip to content

Commit

Permalink
Reduce number of logs from retransmission
Browse files Browse the repository at this point in the history
  • Loading branch information
faderskd committed Mar 15, 2024
1 parent acf7b38 commit fd54d9f
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 fd54d9f

Please sign in to comment.