[ https://issues.apache.org/jira/browse/HDFS-5144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13754587#comment-13754587 ]
Hudson commented on HDFS-5144: ------------------------------ SUCCESS: Integrated in Hadoop-Yarn-trunk #317 (See [https://builds.apache.org/job/Hadoop-Yarn-trunk/317/]) HDFS-5144. Document time unit to NameNodeMetrics. Contributed by Akira Ajisaka. (suresh: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1518895) * /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/metrics/NameNodeMetrics.java > Document time unit to NameNodeMetrics.java > ------------------------------------------ > > Key: HDFS-5144 > URL: https://issues.apache.org/jira/browse/HDFS-5144 > Project: Hadoop HDFS > Issue Type: Improvement > Components: documentation > Affects Versions: 2.1.0-beta > Reporter: Akira AJISAKA > Assignee: Akira AJISAKA > Priority: Minor > Labels: newbie > Fix For: 2.3.0 > > Attachments: HDFS-5144.patch > > > in o.a.h.hdfs.server.namenode.metrics.NameNodeMetrics.java, metrics are > declared as follows: > {code} > @Metric("Duration in SafeMode at startup") MutableGaugeInt safeModeTime; > @Metric("Time loading FS Image at startup") MutableGaugeInt fsImageLoadTime; > {code} > Since some users may confuse which unit (sec or msec) is correct, they should > be documented. -- 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