tillrohrmann commented on a change in pull request #8580: [FLINK-12683] Provide 
task manager location information for checkpoint coordinator specific log 
messages
URL: https://github.com/apache/flink/pull/8580#discussion_r290799748
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.java
 ##########
 @@ -759,12 +772,12 @@ else if (checkpoint != null) {
                        else if (LOG.isDebugEnabled()) {
                                if 
(recentPendingCheckpoints.contains(checkpointId)) {
                                        // message is for an unknown 
checkpoint, or comes too late (checkpoint disposed)
-                                       LOG.debug("Received another decline 
message for now expired checkpoint attempt {} of job {} : {}",
-                                                       checkpointId, job, 
reason);
+                                       LOG.debug("Received another decline 
message for now expired checkpoint attempt {} of job {} at {} : {}",
 
 Review comment:
   Include `ExecutionAttemptID` via `... for now expired checkpoint attempt {} 
from task {} of job {} at {}`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to