You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Robert Joseph Evans (JIRA)" <ji...@apache.org> on 2012/07/25 20:00:46 UTC

[jira] [Created] (MAPREDUCE-4480) T_ATTEMPT_KILLED after SUCCEEDED can happen for reduces too

Robert Joseph Evans created MAPREDUCE-4480:
----------------------------------------------

             Summary: T_ATTEMPT_KILLED after SUCCEEDED can happen for reduces too 
                 Key: MAPREDUCE-4480
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4480
             Project: Hadoop Map/Reduce
          Issue Type: Bug
    Affects Versions: 3.0.0, 2.2.0-alpha
            Reporter: Robert Joseph Evans
            Priority: Critical


This does not seem to impact 0.23.  If speculative execution is enabled then a T_ATTEMPT_KILLED event can come in after the task has transitioned to SUCCEEDED.  This causes the MapRetroactiveKilledTransition to kill the Job, because it expects to only handle map tasks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (MAPREDUCE-4480) T_ATTEMPT_KILLED after SUCCEEDED can happen for reduces too

Posted by "Robert Joseph Evans (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-4480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Joseph Evans resolved MAPREDUCE-4480.
--------------------------------------------

    Resolution: Not A Problem

This appears to no longer be a problem.  Several JIRA have modified the MapRetoractiveKillTransition to the point that now the only time that this can happen is if a successful reduce task attempt is killed after it has succeeded, which should never happen, because the reduce succeeded.
                
> T_ATTEMPT_KILLED after SUCCEEDED can happen for reduces too 
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4480
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4480
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 3.0.0, 2.0.2-alpha
>            Reporter: Robert Joseph Evans
>            Priority: Critical
>
> This does not seem to impact 0.23.  If speculative execution is enabled then a T_ATTEMPT_KILLED event can come in after the task has transitioned to SUCCEEDED.  This causes the MapRetroactiveKilledTransition to kill the Job, because it expects to only handle map tasks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira