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