Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.0-alpha4
-
None
-
Reviewed
Description
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.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-11534 Add counters for number of blocks in pending IBR
- Resolved