-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.0-alpha4
-
Fix Version/s: 2.9.0, 3.0.0-alpha4
-
Component/s: documentation
-
Labels:None
-
Target Version/s:
-
Hadoop Flags:Reviewed
HDFS-11534 introduced some useful metrics for blocks count in pending IBR.
@Metric("Count of blocks in pending IBR") private MutableGaugeLong blocksInPendingIBR; @Metric("Count of blocks at receiving status in pending IBR") private MutableGaugeLong blocksReceivingInPendingIBR; @Metric("Count of blocks at received status in pending IBR") private MutableGaugeLong blocksReceivedInPendingIBR;
It will be nice to have in the metrics documentation.
- relates to
-
HDFS-11534 Add counters for number of blocks in pending IBR
-
- Resolved
-