[
https://issues.apache.org/jira/browse/FLINK-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14224610#comment-14224610
]
ASF GitHub Bot commented on FLINK-1154:
---------------------------------------
GitHub user rmetzger opened a pull request:
https://github.com/apache/incubator-flink/pull/233
[FLINK-1154] Quickfix to kill TaskManagers in YARN mode.
I also added code to the YARN Client for making it work with the Google
Storage file system wrapper. Only the Flink YARN client works with GCloud
storage, not the runtime (See FLINK-1266).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rmetzger/incubator-flink flink1154
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-flink/pull/233.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #233
----
commit c0c0b97073d4233c89757679dc3f65d6dc704031
Author: Robert Metzger <[email protected]>
Date: 2014-11-13T14:00:01Z
[FLINK-1154] Quickfix to kill TaskManagers in YARN mode.
----
> YarnTaskManagerRunner does not shut down
> ----------------------------------------
>
> Key: FLINK-1154
> URL: https://issues.apache.org/jira/browse/FLINK-1154
> Project: Flink
> Issue Type: Bug
> Components: YARN Client
> Reporter: Till Rohrmann
> Assignee: Robert Metzger
>
> The YarnClient does not shut down the YarnTaskManagerRunner when the client
> receives a stop command or is terminated. This causes a resource leak on the
> cluster.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)