[
https://issues.apache.org/jira/browse/HADOOP-9752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14350917#comment-14350917
]
Robert Metzger commented on HADOOP-9752:
----------------------------------------
I'm also affected by this issue on Google Compute Engine.
They are using Hadoop 2.4.1 with Debian GNU/Linux 7.8 (wheezy).
The log output looks like this
{code}
2015-03-05 16:51:39,570 DEBUG
org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch:
Sent signal SIGTERM to pid 27031 as user robert for container
container_1425573565216_0002_02_000002, result=failed
{code}
The fix seems quite straightforward, the effects of such an issue are pretty
annoying (resource leakage).
> Latest Ubuntu (13.04) /bin/kill parameter for process group requires a
> 'double dash kill -0 -- -<pid>
> ------------------------------------------------------------------------------------------------------
>
> Key: HADOOP-9752
> URL: https://issues.apache.org/jira/browse/HADOOP-9752
> Project: Hadoop Common
> Issue Type: Bug
> Components: util
> Affects Versions: 3.0.0, 2.0.4-alpha, 2.4.1
> Reporter: Robert Parker
> Assignee: Robert Parker
> Attachments: HADOOP-9752v1.patch, HADOOP-9752v2.patch,
> HADOOP-9752v3.patch, HADOOP-9752v4.patch, HADOOP-9752v4.patch
>
>
> This changed on Ubuntu 12.10 and later. This prevents the kill command from
> executing correctly in Shell.java.
> There is a bug filed in Ubuntu but there is not much activity.
> https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/1077796
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)