rkhachatryan commented on a change in pull request #13180: URL: https://github.com/apache/flink/pull/13180#discussion_r472212733
########## 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: No, this is a vararg, and the last argument is interpreted as `Throwable`. The stacktrace is printed as I showed in the description. ---------------------------------------------------------------- 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