[
https://issues.apache.org/jira/browse/HDFS-8896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14715757#comment-14715757
]
Hudson commented on HDFS-8896:
------------------------------
FAILURE: Integrated in Hadoop-trunk-Commit #8351 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/8351/])
HDFS-8896. DataNode object isn't GCed when shutdown, because it has GC root in
ShutdownHookManager. Contributed by Walter Su. (jing9: rev
f44b599003bb79b1ec9b92e7546546523ec01676)
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
*
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/ShutdownHookManager.java
*
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/MiniDFSCluster.java
> DataNode object isn't GCed when shutdown, because it has GC root in
> ShutdownHookManager
> ---------------------------------------------------------------------------------------
>
> Key: HDFS-8896
> URL: https://issues.apache.org/jira/browse/HDFS-8896
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: test
> Reporter: Walter Su
> Assignee: Walter Su
> Priority: Minor
> Attachments: HDFS-8896.01.patch, screenshot_1.PNG, screenshot_2.PNG
>
>
> The anonymous {{Thread}} object created in {{ShutdownHookManager}} is a GC
> root.
> screenshot_1 shows how DN object be traced to the GC root.
> It's not a problem in production.
> It's a problem in test, especially when MiniDFSCluster starts/shutdowns many
> DNs, which could cause {{OutOfMemoryError}}.
> screenshot_2 shows many DN objects are not GCed when run the test of
> HDFS-8838.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)