Skip to content

Commit

Permalink
[FLINK-17977] Improve checkpoint triggering log message
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetzger committed Jun 15, 2020
1 parent f1e4211 commit 6045d2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ private PendingCheckpoint createPendingCheckpoint(
}
}

LOG.info("Triggering checkpoint {} @ {} for job {}.", checkpointID, timestamp, job);
LOG.info("Triggering checkpoint {} (type={}) @ {} for job {}.", checkpointID, checkpoint.getProps().getCheckpointType(), timestamp, job);
return checkpoint;
}

Expand Down

0 comments on commit 6045d2e

Please sign in to comment.