Skip to content

Commit

Permalink
[FLINK-26550][checkpoint] Correct the information of checkpoint failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Myasuka committed Mar 10, 2022
1 parent 0318b26 commit 254c918
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public void handleCheckpointException(
updateStatsAfterCheckpointFailed(pendingCheckpointStats, statsTracker, exception);

LOG.warn(
"Failed to trigger checkpoint {} for job {}. ({} consecutive failed attempts so far)",
"Failed to trigger or complete checkpoint {} for job {}. ({} consecutive failed attempts so far)",
checkpointId == UNKNOWN_CHECKPOINT_ID ? "UNKNOWN_CHECKPOINT_ID" : checkpointId,
job,
continuousFailureCounter.get(),
Expand Down

0 comments on commit 254c918

Please sign in to comment.