Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.0-alpha4
-
None
-
Reviewed
Description
There are some namenode metrics added recently but haven't been documented in Metrics.md. Totally following metrics and related JIRAs:
@Metric ("Number of successful re-replications") MutableCounterLong successfulReReplications; @Metric ("Number of times we failed to schedule a block re-replication.") MutableCounterLong numTimesReReplicationNotScheduled; @Metric("Number of timed out block re-replications") MutableCounterLong timeoutReReplications;
@Metric("Resource check time") private MutableRate resourceCheckTime; private final MutableQuantiles[] resourceCheckTimeQuantiles;
@Metric("Number of blockReports from individual storages") final MutableRate storageBlockReport; final MutableQuantiles[] storageBlockReportQuantiles;