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 BEE4318979 for ; Tue, 21 Jul 2015 18:25:16 +0000 (UTC) Received: (qmail 39521 invoked by uid 500); 21 Jul 2015 18:25:05 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 39267 invoked by uid 500); 21 Jul 2015 18:25:05 -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 38379 invoked by uid 99); 21 Jul 2015 18:25:04 -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; Tue, 21 Jul 2015 18:25:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8D389E2F3C; Tue, 21 Jul 2015 18:25:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aengineer@apache.org To: common-commits@hadoop.apache.org Date: Tue, 21 Jul 2015 18:25:14 -0000 Message-Id: <19c873a706034f0fa2581d744adfd4c8@git.apache.org> In-Reply-To: <522a5956e161468e8c6334f90bcb1d6a@git.apache.org> References: <522a5956e161468e8c6334f90bcb1d6a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [11/19] hadoop git commit: Move HDFS-6945 to 2.7.2 section in CHANGES.txt. Move HDFS-6945 to 2.7.2 section in CHANGES.txt. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a628f675 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a628f675 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a628f675 Branch: refs/heads/HDFS-7240 Commit: a628f675900d2533ddf86fb3d3e601238ecd68c3 Parents: 773c670 Author: Akira Ajisaka Authored: Tue Jul 21 11:45:00 2015 +0900 Committer: Akira Ajisaka Committed: Tue Jul 21 11:45:00 2015 +0900 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/a628f675/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 388b553..1293388 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -762,9 +762,6 @@ Release 2.8.0 - UNRELEASED HDFS-7997. The first non-existing xattr should also throw IOException. (zhouyingchao via yliu) - HDFS-6945. BlockManager should remove a block from excessReplicateMap and - decrement ExcessBlocks metric when the block is removed. (aajisaka) - HDFS-7922. ShortCircuitCache#close is not releasing ScheduledThreadPoolExecutors (Rakesh R via Colin P. McCabe) @@ -1072,8 +1069,11 @@ Release 2.7.2 - UNRELEASED HDFS-8722. Optimize datanode writes for small writes and flushes (kihwal) BUG FIXES - -Release 2.7.1 - 2015-07-06 + + HDFS-6945. BlockManager should remove a block from excessReplicateMap and + decrement ExcessBlocks metric when the block is removed. (aajisaka) + +Release 2.7.1 - 2015-07-06 INCOMPATIBLE CHANGES