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

    https://github.com/apache/flink/pull/5872#discussion_r182461066
  
    --- 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 --
    
    Hehe, i was going to say that it makes more sense to group checkpoint 
information (id and size) together ;)
    
    Won't block the PR on this though.


---

Reply via email to