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