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



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointFailureReason.java
##########
@@ -44,6 +44,8 @@
 
        CHECKPOINT_DECLINED_TASK_NOT_READY(false, "Checkpoint was declined 
(tasks not ready)"),
 
+       CHECKPOINT_DECLINED_TASK_CLOSING(false, "Checkpoint was declined 
(task's operators partially closed)"),

Review comment:
       Ah jesus, wtf is this monstrosity. But fixed.




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