Skip to content

Commit

Permalink
Update log message
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Handalian <handalm@amazon.com>
  • Loading branch information
mch2 committed Jul 7, 2023
1 parent 91a99f8 commit a0d0c51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ public synchronized void onNewCheckpoint(final ReplicationCheckpoint receivedChe
ongoingReplicationTarget.getCheckpoint().getPrimaryTerm()
)
);
ongoingReplicationTarget.cancel("Cancelling ongoing target after new primary");
ongoingReplicationTarget.cancel("Cancelling stuck target after new primary");
} else {
logger.trace(
() -> new ParameterizedMessage(
Expand Down

0 comments on commit a0d0c51

Please sign in to comment.