pnowojski commented on a change in pull request #13180:
URL: https://github.com/apache/flink/pull/13180#discussion_r472234400



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.java
##########
@@ -887,7 +887,8 @@ public void receiveDeclineMessage(DeclineCheckpoint 
message, String taskManagerL
                                        checkpointId,
                                        message.getTaskExecutionId(),
                                        job,
-                                       taskManagerLocationInfo);
+                                       taskManagerLocationInfo,
+                                       message.getReason());

Review comment:
       Good to know, I was not aware of that.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to