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 "Siddharth Seth (Created) (JIRA)" <ji...@apache.org> on 2012/01/13 23:34:39 UTC

[jira] [Created] (MAPREDUCE-3670) TaskAttemptListener should respond with errors to unregistered tasks

TaskAttemptListener should respond with errors to unregistered tasks
--------------------------------------------------------------------

                 Key: MAPREDUCE-3670
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3670
             Project: Hadoop Map/Reduce
          Issue Type: Task
          Components: mr-am, mrv2
    Affects Versions: 0.23.0
            Reporter: Siddharth Seth


The TaskAttemptListener currently accepts TaskUmbilical calls from tasks which may have already been unregistered and processes updates. It should just send back Exceptions so that the tasks die.
This isn't critical though - since the task/container would eventually be killed by the AM (via a call to NM stopContainer).

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