You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (JIRA)" <ji...@apache.org> on 2018/04/18 15:12:00 UTC

[jira] [Commented] (FLINK-9207) Client returns SUCCESS(0) return code for canceled job

    [ https://issues.apache.org/jira/browse/FLINK-9207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16442662#comment-16442662 ] 

Aljoscha Krettek commented on FLINK-9207:
-----------------------------------------

Is this a problem for you, because of how you're running jobs?

> Client returns SUCCESS(0) return code for canceled job
> ------------------------------------------------------
>
>                 Key: FLINK-9207
>                 URL: https://issues.apache.org/jira/browse/FLINK-9207
>             Project: Flink
>          Issue Type: Bug
>          Components: Client
>    Affects Versions: 1.5.0
>         Environment: Version: 1.5.0, Commit : 2af481a
>            Reporter: Amit Jain
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> Flink Client returns zero return code when a job is deliberately canceled. 
> Steps to reproduced it:
> 1. bin/flink run -p 10 -m yarn-cluster -yjm 1024 -ytm 12288 WordCount.jar
> 2. User externally canceled the job.
> 3. Job Manager marked the job as CANCELED.
> 4. Although client code emits following logs, still returns zero return code.
> org.apache.hadoop.yarn.client.api.impl.YarnClientImpl         - Killed application application_1523726493647_.....
> Job scheduler like Airflow would have hard-time detecting whether the submitted job was canceled or not. 
>  
>  
>  
>  



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