pnowojski commented on a change in pull request #10332: 
[FLINK-13905][checkpointing] Separate checkpoint triggering into several 
asynchronous stages
URL: https://github.com/apache/flink/pull/10332#discussion_r364781175
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.java
 ##########
 @@ -704,12 +882,9 @@ public void receiveDeclineMessage(DeclineCheckpoint 
message, String taskManagerL
                                if (message.getReason() == null) {
                                        checkpointException =
                                                new 
CheckpointException(CheckpointFailureReason.CHECKPOINT_DECLINED);
-                               } else if (message.getReason() instanceof 
CheckpointException) {
-                                       checkpointException = 
(CheckpointException) message.getReason();
 
 Review comment:
   Ops, right. Sorry I missed 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:
[email protected]


With regards,
Apache Git Services

Reply via email to