[
https://issues.apache.org/jira/browse/FLINK-9206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16442574#comment-16442574
]
ASF GitHub Bot commented on FLINK-9206:
---------------------------------------
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/5872#discussion_r182442219
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.java
---
@@ -857,7 +859,7 @@ public void run() {
// the 'min delay between checkpoints'
lastCheckpointCompletionNanos = System.nanoTime();
- LOG.info("Completed checkpoint {} ({} bytes in {} ms).",
checkpointId,
+ LOG.info("Completed checkpoint {} for job {} ({} bytes in {}
ms).", checkpointId, job,
--- End diff --
maybe move job to the end of the message, i.e. `Completed checkpoint {} ({}
bytes in {} ms) for job {} .`
> CheckpointCoordinator log messages do not contain the job ID
> ------------------------------------------------------------
>
> Key: FLINK-9206
> URL: https://issues.apache.org/jira/browse/FLINK-9206
> Project: Flink
> Issue Type: Improvement
> Components: State Backends, Checkpointing
> Affects Versions: 1.4.0, 1.5.0, 1.4.1, 1.4.2, 1.6.0
> Reporter: Nico Kruber
> Assignee: Nico Kruber
> Priority: Major
> Fix For: 1.5.0, 1.4.3
>
>
> The {{CheckpointCoordinator}} exists per job but several of its log messages
> do not contain the job ID and thus if multiple jobs exist, we could not track
> which log message belongs to which job.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)