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 10BE0189F4 for ; Thu, 16 Jul 2015 17:36:48 +0000 (UTC) Received: (qmail 16930 invoked by uid 500); 16 Jul 2015 17:36:46 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 16751 invoked by uid 500); 16 Jul 2015 17:36:46 -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 16715 invoked by uid 99); 16 Jul 2015 17:36:46 -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; Thu, 16 Jul 2015 17:36:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 70423E6821; Thu, 16 Jul 2015 17:36:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aw@apache.org To: common-commits@hadoop.apache.org Date: Thu, 16 Jul 2015 17:36:47 -0000 Message-Id: <8b9aa49fc31b4646a56ef2326b447924@git.apache.org> In-Reply-To: <73331f571a9e4867be8f749480915880@git.apache.org> References: <73331f571a9e4867be8f749480915880@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [02/21] hadoop git commit: Add HDFS-8143 to CHANGES.txt. Add HDFS-8143 to CHANGES.txt. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f7c8311e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f7c8311e Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f7c8311e Branch: refs/heads/HADOOP-12111 Commit: f7c8311e9836ad1a1a2ef6eca8b42fd61a688164 Parents: 2466460 Author: Tsz-Wo Nicholas Sze Authored: Mon Jul 13 14:59:45 2015 -0700 Committer: Tsz-Wo Nicholas Sze Committed: Mon Jul 13 14:59:45 2015 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/f7c8311e/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 4fa566d..1491990 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -1081,6 +1081,9 @@ Release 2.7.1 - 2015-07-06 HDFS-7164. Feature documentation for HDFS-6581. (Arpit Agarwal) + HDFS-8143. Mover should exit after some retry when failed to move blocks. + (Surendra Singh Lilhore via szetszwo) + OPTIMIZATIONS HDFS-8480. Fix performance and timeout issues in HDFS-7929 by using hard-links to preserve old edit logs, instead of copying them. (Zhe Zhang