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_r290796553
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.java
##########
@@ -723,14 +724,22 @@ else if (!props.forceCheckpoint()) {
* Receives a {@link DeclineCheckpoint} message for a pending
checkpoint.
*
* @param message Checkpoint decline from the task manager
+ * @param taskManagerLocation The location of the decline checkpoint
message's sender
*/
- public void receiveDeclineMessage(DeclineCheckpoint message) {
+ public void receiveDeclineMessage(DeclineCheckpoint message,
TaskManagerLocation taskManagerLocation) {
Review comment:
Mark `taskManagerLocation` `@Nullable` since this parameter might be `null`.
----------------------------------------------------------------
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