[ http://issues.apache.org/jira/browse/HADOOP-782?page=comments#action_12457096 ] Hadoop QA commented on HADOOP-782: ----------------------------------
+1, http://issues.apache.org/jira/secure/attachment/12346834/HADOOP-782_1_20061209.patch applied and successfully tested against trunk revision r483772 > TaskTracker.java:killOverflowingTasks & > TaskTracker.java:markUnresponsiveTasks only put the tip in tasksToCleanup > queue, they don't update the runningJobs > ---------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: HADOOP-782 > URL: http://issues.apache.org/jira/browse/HADOOP-782 > Project: Hadoop > Issue Type: Bug > Components: mapred > Affects Versions: 0.9.1 > Reporter: Arun C Murthy > Assigned To: Arun C Murthy > Fix For: 0.10.0 > > Attachments: HADOOP-782_1_20061209.patch > > > Both killOverflowingTasks and markUnresponsiveTasks only put the tip in > 'tasksToCleanup' queue, they should also call 'removeTaskFromJob' to update > the 'runningJobs' map to reflect the fact that the task is no longer running. > Thoughts? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
