yunfengzhou-hub commented on code in PR #24272:
URL: https://github.com/apache/flink/pull/24272#discussion_r1502520887
##########
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointFailureReason.java:
##########
@@ -61,6 +61,8 @@ public enum CheckpointFailureReason {
CHECKPOINT_COORDINATOR_SHUTDOWN(false, "CheckpointCoordinator shutdown."),
+ CHECKPOINT_COORDINATOR_START(false, "Checkpoint Coordinator is starting."),
Review Comment:
I have added in this PR a detailed failure reason denoting cases when a
savepoint fails due to the existence of blocking edge, which should be enough
for now.
In the long run, I created FLINK-34519 to record the problem and basic ideas
to facilitate the checkpointing mechanism for batch/streaming unification
optimizations.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]