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

Till Rohrmann resolved FLINK-6227.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.9.0

Fixed via 5e72b3419ea1bcc59c3e93c878bb49de7f0c503c

> 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: 10m
>  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
(v7.6.3#76005)

Reply via email to