Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.17.0, 1.16.1, 1.18.0
Description
FLINK-18851 added the checkpoint type in web UI to distinguish aligned checkpoint, unaligned checkpoint, savepoint and savepoint on cancel in Flink 1.12.
It distinguishes between UC and AC based on whether UC is enabled or disabled.[1]
However, FLINK-19680, FLINK-19681 and FLINK-19682 introduced the alignment-timeout in Flink 1.13, and it has been changed to aligned-checkpoint-timeout.
When activated, each checkpoint will still begin as an aligned checkpoint, but when the global checkpoint duration exceeds the aligned-checkpoint-timeout, if the aligned checkpoint has not completed, then the checkpoint will proceed as an unaligned checkpoint.
If UC and AC-timeout is enabled and the checkpoint is completed as aligned checkpoint. It should show the aligned checkpoint instead of unaligned checkpoint.
Attachments
Attachments
Issue Links
- links to