You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Runping Qi (JIRA)" <ji...@apache.org> on 2008/10/11 00:55:44 UTC

[jira] Created: (HADOOP-4391) When killing a streaming task, it should kill the sub processes (subtree) spawned by the task

When killing a streaming task, it should kill the sub processes (subtree) spawned by the task 
----------------------------------------------------------------------------------------------

                 Key: HADOOP-4391
                 URL: https://issues.apache.org/jira/browse/HADOOP-4391
             Project: Hadoop Core
          Issue Type: Bug
            Reporter: Runping Qi



Many times we saw sub processes left still running after a streaming task is killed.
This is one kind of resource leakage. 
The framework should kill the whole subprocess tree when killing a task.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HADOOP-4391) When killing a streaming task, it should kill the sub processes (subtree) spawned by the task

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu resolved HADOOP-4391.
---------------------------------------------

    Resolution: Duplicate

Resolving this as duplicate of HADOOP-2721 and HADOOP-1380

> When killing a streaming task, it should kill the sub processes (subtree) spawned by the task 
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4391
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4391
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/streaming
>            Reporter: Runping Qi
>
> Many times we saw sub processes left still running after a streaming task is killed.
> This is one kind of resource leakage. 
> The framework should kill the whole subprocess tree when killing a task.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4391) When killing a streaming task, it should kill the sub processes (subtree) spawned by the task

Posted by "Runping Qi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Runping Qi updated HADOOP-4391:
-------------------------------

    Component/s: contrib/streaming
    Description: 
Many times we saw sub processes left still running after a streaming task is killed.
This is one kind of resource leakage. 
The framework should kill the whole subprocess tree when killing a task.


  was:

Many times we saw sub processes left still running after a streaming task is killed.
This is one kind of resource leakage. 
The framework should kill the whole subprocess tree when killing a task.



> When killing a streaming task, it should kill the sub processes (subtree) spawned by the task 
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4391
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4391
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/streaming
>            Reporter: Runping Qi
>
> Many times we saw sub processes left still running after a streaming task is killed.
> This is one kind of resource leakage. 
> The framework should kill the whole subprocess tree when killing a task.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4391) When killing a streaming task, it should kill the sub processes (subtree) spawned by the task

Posted by "Vinod K V (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638946#action_12638946 ] 

Vinod K V commented on HADOOP-4391:
-----------------------------------

This can be addressed by introducing job control for tasks (HADOOP-2721). Without which, tracking and killing sub-processes becomes intractable.

> When killing a streaming task, it should kill the sub processes (subtree) spawned by the task 
> ----------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4391
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4391
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/streaming
>            Reporter: Runping Qi
>
> Many times we saw sub processes left still running after a streaming task is killed.
> This is one kind of resource leakage. 
> The framework should kill the whole subprocess tree when killing a task.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.