You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Andrey Zagrebin (Jira)" <ji...@apache.org> on 2020/10/29 13:29:00 UTC

[jira] [Closed] (FLINK-19712) Pipelined region failover should skip restarting tasks in CREATED

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

Andrey Zagrebin closed FLINK-19712.
-----------------------------------
    Resolution: Done

merged into master by 1e42bb45e21984892bffb8d6143d234cad52a7bc

> Pipelined region failover should skip restarting tasks in CREATED
> -----------------------------------------------------------------
>
>                 Key: FLINK-19712
>                 URL: https://issues.apache.org/jira/browse/FLINK-19712
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / Coordination
>    Affects Versions: 1.12.0
>            Reporter: Zhu Zhu
>            Assignee: Andrey Zagrebin
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.12.0
>
>
> When a task fails and it is pipelined region failover strategy, all tasks in the region of the failed task and in the downstream regions will be canceled for later re-scheduling. However, these tasks can be still in CREATED state so that there is no need to cancel these tasks. Skipping canceling these tasks can speed up the failover and reduce a lot of unnecessary CANCELING logs.



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