You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Piotr Nowojski (Jira)" <ji...@apache.org> on 2020/10/16 12:54:00 UTC

[jira] [Created] (FLINK-19681) Passively timeout alignment on the inputs

Piotr Nowojski created FLINK-19681:
--------------------------------------

             Summary: Passively timeout alignment on the inputs
                 Key: FLINK-19681
                 URL: https://issues.apache.org/jira/browse/FLINK-19681
             Project: Flink
          Issue Type: Sub-task
          Components: Runtime / Checkpointing
    Affects Versions: 1.12.0
            Reporter: Piotr Nowojski
            Assignee: Piotr Nowojski
             Fix For: 1.12.0


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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)