Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 41754200C8C for ; Mon, 22 May 2017 20:24:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4043A160BAD; Mon, 22 May 2017 18:24:55 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9030F160BBF for ; Mon, 22 May 2017 20:24:54 +0200 (CEST) Received: (qmail 53544 invoked by uid 500); 22 May 2017 18:24:53 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 53462 invoked by uid 99); 22 May 2017 18:24:53 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 May 2017 18:24:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 532A6DFA33; Mon, 22 May 2017 18:24:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: brahma@apache.org To: common-commits@hadoop.apache.org Date: Mon, 22 May 2017 18:24:54 -0000 Message-Id: In-Reply-To: <89d3817dafa34d73a9354da70f4c1dc9@git.apache.org> References: <89d3817dafa34d73a9354da70f4c1dc9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] hadoop git commit: HDFS-11863. Document missing metrics for blocks count in pending IBR. Contributed By Yiqun Lin. archived-at: Mon, 22 May 2017 18:24:55 -0000 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 Authored: Tue May 23 02:16:25 2017 +0800 Committer: Brahma Reddy Battula 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