[
https://issues.apache.org/jira/browse/HDFS-3613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13411232#comment-13411232
]
Hudson commented on HDFS-3613:
------------------------------
Integrated in Hadoop-Common-trunk-Commit #2445 (See
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2445/])
HDFS-3613. GSet prints some INFO level values, which aren't really very
useful to all. Contributed by Andrew Wang. (harsh) (Revision 1359999)
Result = SUCCESS
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1359999
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/BlocksMap.java
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/LightWeightGSet.java
> GSet prints some INFO level values, which aren't really very useful to all
> --------------------------------------------------------------------------
>
> Key: HDFS-3613
> URL: https://issues.apache.org/jira/browse/HDFS-3613
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: name-node
> Affects Versions: 2.0.0-alpha
> Reporter: Harsh J
> Assignee: Andrew Wang
> Priority: Trivial
> Labels: newbie
> Fix For: 2.0.1-alpha
>
> Attachments: hdfs-3613-2.patch, hdfs-3613.patch
>
>
> The following has long been seen in NameNode but I have never seen it being
> valued by anyone other than a HDFS developer:
> {code}
> 12/07/08 20:00:22 INFO util.GSet: VM type = 64-bit
> 12/07/08 20:00:22 INFO util.GSet: 2% max memory = 19.75 MB
> 12/07/08 20:00:22 INFO util.GSet: capacity = 2^21 = 2097152 entries
> 12/07/08 20:00:22 INFO util.GSet: recommended=2097152, actual=2097152
> {code}
> Lets switch it down to DEBUG.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira