You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Peng (Jira)" <ji...@apache.org> on 2020/08/13 23:23:00 UTC

[jira] [Comment Edited] (FLINK-18891) flink job failed but yarn application still running via yarn-per-job mode

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

Peng edited comment on FLINK-18891 at 8/13/20, 11:22 PM:
---------------------------------------------------------

[~trohrmann] Thanks for your reply. You are right. I double checked my flink conf, execution.attached was really set to true. This issue can be closed. 


was (Author: wooplevip):
[~trohrmann] Thanks for your reply. You are right. I double checked my flink conf, execution.attached was really set to true. This issue can ben closed. 

> flink job failed but yarn application still running via yarn-per-job mode
> -------------------------------------------------------------------------
>
>                 Key: FLINK-18891
>                 URL: https://issues.apache.org/jira/browse/FLINK-18891
>             Project: Flink
>          Issue Type: Bug
>          Components: Deployment / YARN
>    Affects Versions: 1.10.1
>            Reporter: Peng
>            Priority: Critical
>
> Run a flink stream sql job via yarn-per-job mode, flink-conf.yaml like below:
> {code:java}
> execution.target: yarn-per-job
> restart-strategy: fixed-delay
> restart-strategy.fixed-delay.attempts: 3
> restart-strategy.fixed-delay.delay: 2s
> {code}
>  
> After restarting job 3 times, the flink job status is FAILED, but yarn application state is still Running. Should the yarn application state be Finished when flink job FAILED? Thanks.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)