[ http://issues.apache.org/jira/browse/HADOOP-182?page=all ]
     
Owen O'Malley resolved HADOOP-182:
----------------------------------

    Fix Version: 0.2
                     (was: 0.3)
     Resolution: Fixed

> lost task trackers should not update status of completed jobs
> -------------------------------------------------------------
>
>          Key: HADOOP-182
>          URL: http://issues.apache.org/jira/browse/HADOOP-182
>      Project: Hadoop
>         Type: Bug

>   Components: mapred
>     Versions: 0.1.1
>     Reporter: Owen O'Malley
>     Assignee: Owen O'Malley
>      Fix For: 0.2
>  Attachments: lost-tracker.patch
>
> When a Task Tracker is lost (by not sending a heartbeat for 10 minutes), the 
> JobTracker marks the tasks that were active on that node as failed. There are 
> two issues:
>    1. No task from a completed or failed job should be modified.
>    2. No reduces should be marked as failed, since their output is in dfs and 
> therefore not only on the dead node.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to