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_r290799813
 
 

 ##########
 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 {} : {}",
+                                                       checkpointId, job, 
taskManagerLocation, reason);
                                } else {
                                        // message is for an unknown 
checkpoint. might be so old that we don't even remember it any more
-                                       LOG.debug("Received decline message for 
unknown (too old?) checkpoint attempt {} of job {} : {}",
-                                                       checkpointId, job, 
reason);
+                                       LOG.debug("Received decline message for 
unknown (too old?) checkpoint attempt {} of job {} at {} : {}",
 
 Review comment:
   Same here.

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