You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/10/28 15:52:00 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 ]

ASF GitHub Bot updated FLINK-19681:
-----------------------------------
    Labels: pull-request-available  (was: )

> 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.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)