You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Bikas Saha (JIRA)" <ji...@apache.org> on 2012/06/08 20:08:23 UTC

[jira] [Created] (MAPREDUCE-4331) TaskAttemptListenerImpl.statusUpdate and TaskAttemptListenerImpl.ping never return false

Bikas Saha created MAPREDUCE-4331:
-------------------------------------

             Summary: TaskAttemptListenerImpl.statusUpdate and TaskAttemptListenerImpl.ping never return false
                 Key: MAPREDUCE-4331
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4331
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Bikas Saha
            Assignee: Bikas Saha


If a task has been abandoned by the AM but not terminated at the NM, then it will continue to contact the AM. The AM needs to send it a false value in the response to status/ping and that will make the task attempt abort. 
However, these responses currently always return true so such aborts dont get triggered.

--
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