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/09/14 13:18:00 UTC

[jira] [Closed] (FLINK-10329) Fail with exception if job cannot be removed by ZooKeeperSubmittedJobGraphStore#removeJobGraph

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

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

Fixed via
1.7.0: 60ed037bd0c5706704428054104941469b77fad3
1.6.1: 23f6f625d0b5d452fa6c5fc63fe8a10fad452eac
1.5.4: eae90b7869fea1d15a49cd7b4743ff87db40827a

> Fail with exception if job cannot be removed by ZooKeeperSubmittedJobGraphStore#removeJobGraph
> ----------------------------------------------------------------------------------------------
>
>                 Key: FLINK-10329
>                 URL: https://issues.apache.org/jira/browse/FLINK-10329
>             Project: Flink
>          Issue Type: Bug
>          Components: Distributed Coordination
>    Affects Versions: 1.5.3, 1.6.0, 1.7.0
>            Reporter: Till Rohrmann
>            Assignee: Till Rohrmann
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.6.1, 1.7.0, 1.5.4
>
>
> Callers of {{ZooKeeperSubmittedJobGraph#removeJobGraph}} expect that we fail with an exception if the {{JobGraph}} cannot be removed. This is not the case since we call internally {{ZooKeeperStateHandleStore#releaseAndTryRemove}}. If this method returns {{false}}, then we need to fail with an exception.



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