You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Robert Metzger (Jira)" <ji...@apache.org> on 2020/12/08 06:40:09 UTC

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

     [ https://issues.apache.org/jira/browse/FLINK-19681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Metzger updated FLINK-19681:
-----------------------------------
    Fix Version/s:     (was: 1.12.0)
                   1.13.0

> 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
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.13.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)