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 2018/05/22 23:53:00 UTC

[jira] [Closed] (FLINK-9406) Request finished partition state fails due to referential equality comparison

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

Till Rohrmann closed FLINK-9406.
--------------------------------
    Resolution: Fixed

Fixed via 
master: 777f50a91aa60cee9c863b5fca0fd481de8b01b9
1.5.0: a62683e782d09a3b1b3fc35009f3444128727d9f

> Request finished partition state fails due to referential equality comparison
> -----------------------------------------------------------------------------
>
>                 Key: FLINK-9406
>                 URL: https://issues.apache.org/jira/browse/FLINK-9406
>             Project: Flink
>          Issue Type: Bug
>          Components: Distributed Coordination
>    Affects Versions: 1.5.0, 1.6.0
>            Reporter: Till Rohrmann
>            Assignee: Till Rohrmann
>            Priority: Blocker
>             Fix For: 1.5.0
>
>
> The execution of batch jobs can fail because in some cases we cannot retrieve the partition state. The problem seems to be that we use referential equality in {{JobMaster.java:619}} when requesting the state of a finished result partition. This, of course, always fails with a {{PartitionProducerDisposedException}} because we should use the proper {{equals}} method for the comparison of the {{ResultPartitionID}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)