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 "Amar Kamat (JIRA)" <ji...@apache.org> on 2008/04/11 14:40:08 UTC

[jira] Created: (HADOOP-3235) In JobInProgress, failed TIP should be added back to the non-running queue only if the tip has not failed.

In JobInProgress, failed TIP should be added back to the non-running queue only if the tip has not failed.
----------------------------------------------------------------------------------------------------------

                 Key: HADOOP-3235
                 URL: https://issues.apache.org/jira/browse/HADOOP-3235
             Project: Hadoop Core
          Issue Type: Bug
          Components: mapred
            Reporter: Amar Kamat
            Priority: Trivial


In case of a task failure, the corresponding TIP is added back to the non-running list via {{failMap()/failReduce()}} api. This reentry should be done only for TIPs that have not failed. Reentry is useless for failed TIPs.

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