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

Hudson commented on HDFS-4635:
------------------------------

Integrated in Hadoop-Yarn-trunk #168 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/168/])
    HDFS-4635. Move BlockManager#computeCapacity to LightWeightGSet. 
Contributed by Suresh Srinivas. (Revision 1461364)

     Result = SUCCESS
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1461364
Files : 
* /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/blockmanagement/BlockManager.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlocksMap.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/LightWeightGSet.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/util/TestGSet.java

                
> Move BlockManager#computeCapacity to LightWeightGSet
> ----------------------------------------------------
>
>                 Key: HDFS-4635
>                 URL: https://issues.apache.org/jira/browse/HDFS-4635
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: namenode
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 2.0.5-beta
>
>         Attachments: HDFS-4635.patch, HDFS-4635.patch, HDFS-4635.patch
>
>
> The computeCapacity in BlockManager that calculates the LightWeightGSet 
> capacity as the percentage of total JVM memory should be moved to 
> LightWeightGSet. This helps in other maps that are based on the GSet to make 
> use of the same functionality.

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