Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.0-beta
-
-
Reviewed
Description
in o.a.h.hdfs.server.namenode.metrics.NameNodeMetrics.java, metrics are declared as follows:
@Metric("Duration in SafeMode at startup") MutableGaugeInt safeModeTime; @Metric("Time loading FS Image at startup") MutableGaugeInt fsImageLoadTime;
Since some users may confuse which unit (sec or msec) is correct, they should be documented.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-9913 Document time unit to RpcMetrics.java
- Resolved