[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800129#action_12800129
 ] 

Amar Kamat commented on MAPREDUCE-1316:
---------------------------------------

bq. I was asking for details on the tests run to verify the fix...
Iyappan successfully reproduced this bug by killing jobs with tasks that are 
yet to report their first status (by suspending the tasktrackers). Also he 
successfully reproduced this bug for completed jobs with speculation turned ON 
and also for jobs killed while the setup is still running. He used jmap and 
jobtracker logs to verify the memory leak.

> JobTracker holds stale references to retired jobs via unreported tasks 
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1316
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1316
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: jobtracker
>            Reporter: Amar Kamat
>            Assignee: Amar Kamat
>            Priority: Blocker
>         Attachments: mapreduce-1316-v1.11.patch, 
> mapreduce-1316-v1.13-branch20-yahoo.patch, 
> mapreduce-1316-v1.14-branch20-yahoo.patch, 
> mapreduce-1316-v1.14.1-branch20-yahoo.patch, 
> mapreduce-1316-v1.15-branch20-yahoo.patch, mapreduce-1316-v1.7.patch
>
>
> JobTracker fails to remove _unreported_ tasks' mapping from _taskToTIPMap_ if 
> the job finishes and retires. _Unreported tasks_ refers to tasks that were 
> scheduled but the tasktracker did not report back with the task status. In 
> such cases a stale reference is held to TaskInProgress (and thus 
> JobInProgress) long after the job is gone leading to memory leak.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to