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 CFFE810E98 for ; Fri, 13 Feb 2015 23:16:22 +0000 (UTC) Received: (qmail 23775 invoked by uid 500); 13 Feb 2015 23:16:22 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 23709 invoked by uid 500); 13 Feb 2015 23:16:22 -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 23700 invoked by uid 99); 13 Feb 2015 23:16:22 -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; Fri, 13 Feb 2015 23:16:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 28B58E0540; Fri, 13 Feb 2015 23:16:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cmccabe@apache.org To: common-commits@hadoop.apache.org Message-Id: <8b15ff48889c4b4e9fcf9b954eb6c71a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: update CHANGES.txt for HDFS-7430, HDFS-7721, HDFS-7686 Date: Fri, 13 Feb 2015 23:16:22 +0000 (UTC) Repository: hadoop Updated Branches: refs/heads/trunk 8bb9a5000 -> 19be82cd1 update CHANGES.txt for HDFS-7430, HDFS-7721, HDFS-7686 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/19be82cd Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/19be82cd Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/19be82cd Branch: refs/heads/trunk Commit: 19be82cd1614000bb26e5684f763c736ea46ff1a Parents: 8bb9a50 Author: Colin Patrick Mccabe Authored: Fri Feb 13 15:15:31 2015 -0800 Committer: Colin Patrick Mccabe Committed: Fri Feb 13 15:15:31 2015 -0800 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/19be82cd/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 747f54a..610d45c 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -130,9 +130,6 @@ Trunk (Unreleased) HDFS-7591. hdfs classpath command should support same options as hadoop classpath (Varun Saxena via Arpit Agarwal) - HDFS-7430. Rewrite the BlockScanner to use O(1) memory and use multiple - threads (cmccabe) - HDFS-7546. Document, and set an accepting default for dfs.namenode.kerberos.principal.pattern (Harsh J via aw) @@ -289,9 +286,6 @@ Trunk (Unreleased) HDFS-7320. The appearance of hadoop-hdfs-httpfs site docs is inconsistent (Masatake Iwasaki via aw) - HDFS-7721. The HDFS BlockScanner may run fast during the first hour - (cmccabe) - HDFS-7670. HDFS Quota guide has typos, incomplete command lines (Brahma Reddy Battula via aw) @@ -637,6 +631,9 @@ Release 2.7.0 - UNRELEASED HDFS-7790. Do not create optional fields in DFSInputStream unless they are needed (cmccabe) + HDFS-7430. Refactor the BlockScanner to use O(1) memory and use multiple + threads (cmccabe) + OPTIMIZATIONS HDFS-7454. Reduce memory footprint for AclEntries in NameNode. @@ -945,6 +942,12 @@ Release 2.7.0 - UNRELEASED HDFS-7704. DN heartbeat to Active NN may be blocked and expire if connection to Standby NN continues to time out (Rushabh Shah via kihwal) + HDFS-7721. The HDFS BlockScanner may run fast during the first hour + (cmccabe) + + HDFS-7686. Re-add rapid rescan of possibly corrupt block feature to the + block scanner (cmccabe) + BREAKDOWN OF HDFS-7584 SUBTASKS AND RELATED JIRAS HDFS-7720. Quota by Storage Type API, tools and ClientNameNode @@ -959,8 +962,6 @@ Release 2.7.0 - UNRELEASED HDFS-7776. Adding additional unit tests for Quota By Storage Type. (Xiaoyu Yao via Arpit Agarwal) - HDFS-7686. Re-add rapid rescan of possibly corrupt block feature to the - block scanner (cmccabe) Release 2.6.1 - UNRELEASED