Repository: hadoop Updated Branches: refs/heads/branch-2 27366dd7c -> 2e455d4d8
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/2e455d4d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2e455d4d Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2e455d4d Branch: refs/heads/branch-2 Commit: 2e455d4d8b638064af78340c7ec055589d1aaf1f Parents: 27366dd Author: Tsz-Wo Nicholas Sze <[email protected]> Authored: Mon Jul 13 14:59:45 2015 -0700 Committer: Tsz-Wo Nicholas Sze <[email protected]> Committed: Mon Jul 13 15:07:28 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/2e455d4d/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 e8fb2c5..8725b99 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -745,6 +745,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
