HDFS-11863. Document missing metrics for blocks count in pending IBR. Contributed By Yiqun Lin.

(cherry picked from commit 2a8fcf0c9a)
This commit is contained in:
Brahma Reddy Battula 2017-05-23 02:16:25 +08:00
parent fe185e2c3a
commit 2755255744
1 changed files with 4 additions and 0 deletions

View File

@ -319,6 +319,10 @@ Each metrics record contains tags such as SessionId and Hostname as additional i
| `SendDataPacketTransferNanosNumOps` | Total number of sending packets |
| `SendDataPacketTransferNanosAvgTime` | Average transfer time of sending packets in nanoseconds |
| `BPServiceActorInfo` | The information about a block pool service actor |
| `BlocksInPendingIBR` | Number of blocks in pending incremental block report (IBR) |
| `BlocksReceivingInPendingIBR` | Number of blocks at receiving status in pending incremental block report (IBR) |
| `BlocksReceivedInPendingIBR` | Number of blocks at received status in pending incremental block report (IBR) |
| `BlocksDeletedInPendingIBR` | Number of blocks at deleted status in pending incremental block report (IBR) |
FsVolume
--------