You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (Jira)" <ji...@apache.org> on 2020/07/03 09:24:00 UTC

[jira] [Closed] (FLINK-6227) Introduce the abstract PartitionException for downstream task failure

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

Till Rohrmann closed FLINK-6227.
--------------------------------

> Introduce the abstract PartitionException for downstream task failure
> ---------------------------------------------------------------------
>
>                 Key: FLINK-6227
>                 URL: https://issues.apache.org/jira/browse/FLINK-6227
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Runtime / Coordination, Runtime / Network
>            Reporter: Zhijiang
>            Assignee: Zhijiang
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.9.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> It is part of FLIP-1.
>  
> We define a new abstract special exception called PartitionException to indicate the downstream task failure in consuming upstream partition. This special exception is reported to JobMaster as a hint for unavailable partition data, and then JobMaster could track the upstream executions to restart for reproducing the partition data.
> We make current PartitionNotFoundException extend PartitionException, because it is reasonable to restart producer task when the requested partition is already released.



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