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 "Vinod K V (JIRA)" <ji...@apache.org> on 2009/03/06 13:09:56 UTC

[jira] Created: (HADOOP-5429) Have a test to verify that descendent processes of tasks that ignore SIGTERM are eventually cleaned up by a SIGKILL

Have a test to verify that descendent processes of tasks that ignore SIGTERM are eventually cleaned up by a SIGKILL
-------------------------------------------------------------------------------------------------------------------

                 Key: HADOOP-5429
                 URL: https://issues.apache.org/jira/browse/HADOOP-5429
             Project: Hadoop Core
          Issue Type: Bug
          Components: mapred
            Reporter: Vinod K V


HADOOP-2721 added TestKillSubProcesses to test that all the processes descending from a task are cleaned up with a SIGTERM when task finishes. The functionality to eventually send a SIGKILL to processes that ignore SIGTERM is already in place, but we don't have a test verifying this yet.

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