[ 
https://issues.apache.org/jira/browse/FLINK-9206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16442625#comment-16442625
 ] 

ASF GitHub Bot commented on FLINK-9206:
---------------------------------------

Github user NicoK commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5872#discussion_r182455513
  
    --- 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 --
    
    I actually prefer if before the brackets - it makes a bit more sense there


> 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)

Reply via email to