You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by br...@apache.org on 2017/05/22 18:24:54 UTC

[2/2] hadoop git commit: HDFS-11863. Document missing metrics for blocks count in pending IBR. Contributed By Yiqun Lin.

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

(cherry picked from commit 2a8fcf0c9a9b5293238a8ab76c19d74a6a3bae72)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/27552557
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/27552557
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/27552557

Branch: refs/heads/branch-2
Commit: 2755255744919f1363b4063fe54b6439353ae1c1
Parents: fe185e2
Author: Brahma Reddy Battula <br...@apache.org>
Authored: Tue May 23 02:16:25 2017 +0800
Committer: Brahma Reddy Battula <br...@apache.org>
Committed: Tue May 23 02:23:54 2017 +0800

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/src/site/markdown/Metrics.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/27552557/hadoop-common-project/hadoop-common/src/site/markdown/Metrics.md
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/src/site/markdown/Metrics.md b/hadoop-common-project/hadoop-common/src/site/markdown/Metrics.md
index 661fc0d..106b08d 100644
--- a/hadoop-common-project/hadoop-common/src/site/markdown/Metrics.md
+++ b/hadoop-common-project/hadoop-common/src/site/markdown/Metrics.md
@@ -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
 --------


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org