Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EE8E9188DD for ; Mon, 27 Jul 2015 20:07:46 +0000 (UTC) Received: (qmail 79935 invoked by uid 500); 27 Jul 2015 20:07:43 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 79762 invoked by uid 500); 27 Jul 2015 20:07:43 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 79354 invoked by uid 99); 27 Jul 2015 20:07:43 -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, 27 Jul 2015 20:07:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5A81FE08E0; Mon, 27 Jul 2015 20:07:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: zjshen@apache.org To: common-commits@hadoop.apache.org Date: Mon, 27 Jul 2015 20:07:48 -0000 Message-Id: <46665278cc784bbdb993cd77be9cd033@git.apache.org> In-Reply-To: <0e7baf2391424ef092872afc9ad1fa83@git.apache.org> References: <0e7baf2391424ef092872afc9ad1fa83@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [06/50] [abbrv] hadoop git commit: HDFS-8773. Few FSNamesystem metrics are not documented in the Metrics page. Contributed by Rakesh R. HDFS-8773. Few FSNamesystem metrics are not documented in the Metrics page. Contributed by Rakesh R. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0a74126d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0a74126d Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/0a74126d Branch: refs/heads/YARN-2928 Commit: 0a74126d0f146bd9b4c6d686ea735a3e6a51a136 Parents: 72df83b Author: cnauroth Authored: Tue Jul 21 14:12:03 2015 -0700 Committer: Zhijie Shen Committed: Mon Jul 27 12:57:30 2015 -0700 ---------------------------------------------------------------------- .../hadoop-common/src/site/markdown/Metrics.md | 5 +++++ hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ 2 files changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/0a74126d/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 2b23508..646cda5 100644 --- a/hadoop-common-project/hadoop-common/src/site/markdown/Metrics.md +++ b/hadoop-common-project/hadoop-common/src/site/markdown/Metrics.md @@ -231,6 +231,11 @@ Each metrics record contains tags such as HAState and Hostname as additional inf | `BlockCapacity` | Current number of block capacity | | `StaleDataNodes` | Current number of DataNodes marked stale due to delayed heartbeat | | `TotalFiles` | Current number of files and directories (same as FilesTotal) | +| `MissingReplOneBlocks` | Current number of missing blocks with replication factor 1 | +| `NumFilesUnderConstruction` | Current number of files under construction | +| `NumActiveClients` | Current number of active clients holding lease | +| `HAState` | (HA-only) Current state of the NameNode: initializing or active or standby or stopping state | +| `FSState` | Current state of the file system: Safemode or Operational | JournalNode ----------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/0a74126d/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 7c771b0..8122045 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -1062,6 +1062,9 @@ Release 2.8.0 - UNRELEASED HDFS-7582. Enforce maximum number of ACL entries separately per access and default. (vinayakumarb) + HDFS-8773. Few FSNamesystem metrics are not documented in the Metrics page. + (Rakesh R via cnauroth) + Release 2.7.2 - UNRELEASED INCOMPATIBLE CHANGES