[
https://issues.apache.org/jira/browse/HDFS-5456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813715#comment-13813715
]
Hudson commented on HDFS-5456:
------------------------------
SUCCESS: Integrated in Hadoop-trunk-Commit #4694 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/4694/])
HDFS-5456. NameNode startup progress creates new steps if caller attempts to
create a counter for a step that doesn't already exist. Contributed by Chris
Nauroth. (cnauroth:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1538872)
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/startupprogress/StartupProgress.java
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/startupprogress/TestStartupProgress.java
> NameNode startup progress creates new steps if caller attempts to create a
> counter for a step that doesn't already exist.
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: HDFS-5456
> URL: https://issues.apache.org/jira/browse/HDFS-5456
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: namenode
> Affects Versions: 3.0.0, 2.2.0
> Reporter: Chris Nauroth
> Assignee: Chris Nauroth
> Priority: Critical
> Fix For: 3.0.0, 2.2.1
>
> Attachments: HDFS-5456.1.patch
>
>
> NameNode startup progress is supposed to be immutable after startup has
> completed. All methods are coded to ignore update attempts after startup has
> completed. However, {{StartupProgress#getCounter}} does not implement this
> correctly. If a caller attempts to get a counter for a new step that hasn't
> been seen before, then the method accidentally creates the step. This
> allocates additional space in the internal tracking data structures, so
> ultimately this is a memory leak.
--
This message was sent by Atlassian JIRA
(v6.1#6144)