You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Hemanth Yamijala (JIRA)" <ji...@apache.org> on 2009/05/29 13:27:45 UTC

[jira] Created: (HADOOP-5939) TaskMemoryMonitorThread is not stopped in close

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.