TaskMemoryMonitorThread is not stopped in close -----------------------------------------------
Key: HADOOP-5939 URL: https://issues.apache.org/jira/browse/HADOOP-5939 Project: Hadoop Core Issue Type: Bug Components: mapred Reporter: Hemanth Yamijala The task memory monitor thread is created in initialize, but is not stopped in close. So, if there's a reinit, this can result in a thread becoming a zombie as the thread variable is replaced in initialize. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.