Setup tasks are not removed from JobTracker's taskIdToTIPMap even after the job
completes
-----------------------------------------------------------------------------------------
Key: HADOOP-4966
URL: https://issues.apache.org/jira/browse/HADOOP-4966
Project: Hadoop Core
Issue Type: Bug
Components: mapred
Affects Versions: 0.21.0
Reporter: Amar Kamat
Fix For: 0.21.0
When a task is launched, a {{TaskID}} to {{TaskInProgress}} mapping is added to
{{taskidToTIPMap}} in {{JobTracker}}. Upon task completion the mapping is
removed. Mapping for all the tasks are removed (including cleanup tasks) except
setup tasks.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.