You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "lamber-ken (JIRA)" <ji...@apache.org> on 2019/05/22 03:24:00 UTC

[jira] [Commented] (FLINK-12558) Yarn application can't stop when flink job finished in normal mode

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

lamber-ken commented on FLINK-12558:
------------------------------------

hi, thanks for assign this issue [~frank wang], maybe the CLI is terminated abruptly, e.g., typing Ctrl + C. If use +-sae+ option, will not happen again.
{code:java}
$FLINK_HOME/bin/flink run -m yarn-cluster -sae -yn 2 -c xxxx {code}
 

> Yarn application can't stop when flink job finished in normal mode
> ------------------------------------------------------------------
>
>                 Key: FLINK-12558
>                 URL: https://issues.apache.org/jira/browse/FLINK-12558
>             Project: Flink
>          Issue Type: Bug
>          Components: Deployment / YARN, Runtime / REST
>    Affects Versions: 1.6.3
>            Reporter: lamber-ken
>            Assignee: frank wang
>            Priority: Major
>         Attachments: image-2019-05-20-18-47-12-497.png, jobmanager.txt
>
>
> I run a flink +SocketWindowWordCount+ job on yarn cluste mode, when I kill the socket, the flink job can't stopped. and I can't reproduct the bug again.
>  
> *Steps 1*
> {code:java}
> nc -lk 9999
> {code}
> *Steps 2*
> {code:java}
> bin/flink run -m yarn-cluster -yn 2 examples/streaming/SocketWindowWordCount.jar --hostname 10.101.52.12 --port 9999
> {code}
> *Steps 3*
>  cancel the above nc command
> *Steps 4*
>  every thing gone
>     !image-2019-05-20-18-47-12-497.png!
>  ** 
>  
>  



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