[ 
https://issues.apache.org/jira/browse/HDFS-5456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813401#comment-13813401
 ] 

Arpit Agarwal commented on HDFS-5456:
-------------------------------------

+1 for the patch. Thanks for adding a test to catch it!

I verified the updated test with and without your fix.

> 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
>         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)

Reply via email to