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 2019/02/26 16:50:00 UTC

[jira] [Closed] (FLINK-4540) Detached job execution may prevent cluster shutdown

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

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

https://github.com/apache/flink/commit/0038da41553908a427dd20be75838cccb48c6bcf

> Detached job execution may prevent cluster shutdown
> ---------------------------------------------------
>
>                 Key: FLINK-4540
>                 URL: https://issues.apache.org/jira/browse/FLINK-4540
>             Project: Flink
>          Issue Type: Bug
>          Components: YARN
>    Affects Versions: 1.1.2, 1.2.0
>            Reporter: Maximilian Michels
>            Assignee: Roman Maier
>            Priority: Minor
>
> There is a problem with the detached execution of jobs. This can prevent cluster shutdown 1) when eager jobs are executed, i.e. the job calls `collect()/count()`, and 2) when the user jar doesn't contain a job. 
> 1) For example, {{./flink -d -m yarn-cluster -yn 1 ../examples/batch/WordCount.jar}} will throw an exception and only disconnect the YarnClusterClient afterwards. In detached mode, the code assumes the cluster is shutdown through the {{shutdownAfterJob}} method which ensures that the YarnJobManager shuts down after the job completes. Due to the exception thrown when executing eager jobs, the jobmanager never receives a job and thus never shuts down the cluster. 
> 2) The same problem also occurs in detached execution when the user jar doesn't contain a job. 
> A good solution would be to defer cluster startup until the job has been fully assembled.



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