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 "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2008/10/07 11:01:44 UTC

[jira] Commented: (HADOOP-4361) Corner cases in killJob from command line

    [ https://issues.apache.org/jira/browse/HADOOP-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12637420#action_12637420 ] 

Amareshwari Sriramadasu commented on HADOOP-4361:
-------------------------------------------------

During the cleanup, (the time JT is waiting for the cleanup to get launched, and while cleaning up), the JobStatus should be "CLEANUP". This makes the tasks get KillTaskAction immediately and makes slots free. Thoughts?

> Corner cases in killJob from command line
> -----------------------------------------
>
>                 Key: HADOOP-4361
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4361
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.19.0
>
>
> If the job has occupied all the slots (maps and reduces), and there is kill from command line to kill the job, we have to make sure the cleanup task is eventually launched. Now there is no slot free until one of the attempts completes/failed.
> If there is kill from commandline during job setup, setup task has to be killed, before launching cleanup task.

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