AHeise commented on a change in pull request #14177:
URL: https://github.com/apache/flink/pull/14177#discussion_r531193710



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/messages/checkpoint/DeclineCheckpoint.java
##########
@@ -34,21 +35,18 @@
        private static final long serialVersionUID = 2094094662279578953L;
 
        /** The reason why the checkpoint was declined. */
+       @Nullable
        private final Throwable reason;

Review comment:
       I did the first two things, but didn't know how to proceed with the 
third: the method is also called from `onTriggerFailure` where we just get a 
`Throwable` from the future.




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


Reply via email to