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

Harsh J commented on HADOOP-9241:
---------------------------------

Since this is a trivial change and HDFS already uses the API whose 
implementation I've fixed here (keeping defaults the same):

hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/BlockPoolSlice.java:
    this.dfsUsage = new DU(bpDir, conf);

I went ahead and committed to both branch-2 and trunk.
                
> DU refresh interval is not configurable
> ---------------------------------------
>
>                 Key: HADOOP-9241
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9241
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 2.0.2-alpha
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Trivial
>         Attachments: HADOOP-9241.patch
>
>
> While the {{DF}} class's refresh interval is configurable, the {{DU}}'s 
> isn't. We should ensure both be configurable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to