You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2015/02/20 10:59:11 UTC

[jira] [Resolved] (FLINK-1556) JobClient does not wait until a job failed completely if submission exception

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

Stephan Ewen resolved FLINK-1556.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 0.9

Re-fixed in 4ff91cd7cd3e05637d70a56cfc6f5a4ba2f2501a

> JobClient does not wait until a job failed completely if submission exception
> -----------------------------------------------------------------------------
>
>                 Key: FLINK-1556
>                 URL: https://issues.apache.org/jira/browse/FLINK-1556
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Till Rohrmann
>            Assignee: Till Rohrmann
>             Fix For: 0.9
>
>
> If an exception occurs during job submission the {{JobClient}} received a {{SubmissionFailure}}. Upon receiving this message, the {{JobClient}} terminates itself and returns the error to the {{Client}}. This indicates to the user that the job has been completely failed which is not necessarily true. 
> If the user directly after such a failure submits another job, then it might be the case that not all slots of the formerly failed job are returned. This can lead to a {{NoRessourceAvailableException}}.
> We can solve this problem by waiting for the completion of the job failure in the {{JobClient}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)