Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.12.0
Description
CheckpointBarrierHandler will be aware of the aligned checkpoint barrier announcement messages. Based on that, it can implement basic timeout. When arriving aligned checkpoint barrier (or it's announcement) exceeded maximum allowed `checkpointStartDelay`, it should switch to unaligned checkpoint.
This, for the time being could be done without registering any timeout action, but a passive/static check when processing checkpoint barrier/barrier announcement. If `checkpointStartDelay` is below threshold, do nothing. If above, switch to unaligned checkpoint.
Attachments
Issue Links
- blocks
-
FLINK-20488 Show checkpoint type in the UI (AC/UC) for each subtask
- Closed
- causes
-
FLINK-21131 Show alignment timeout in checkpoint configuration (web UI)
- Resolved
- is depended upon by
-
FLINK-19682 Actively timeout checkpoint barriers on the inputs
- Closed
- relates to
-
FLINK-20097 Race conditions in InputChannel.ChannelStatePersister
- Resolved
- links to