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 Reporter: Arun C Murthy Assigned To: Arun C Murthy Fix For: 0.9.0 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