HDFS-8891. HDFS concat should keep srcs order. Contributed by Yong Zhang. Moved CHANGES.txt entry to 2.7.2
(cherry picked from commit b0564c9f3c501bf7806f07649929038624dea10f) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c8f10979 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c8f10979 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c8f10979 Branch: refs/heads/branch-2 Commit: c8f1097989ee522a784c50b972e0df166c513665 Parents: 29819e7 Author: Chris Douglas <[email protected]> Authored: Thu Aug 20 20:39:06 2015 -0700 Committer: Chris Douglas <[email protected]> Committed: Thu Aug 20 20:39:59 2015 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/c8f10979/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 d74d104..b1a474f 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -842,8 +842,6 @@ Release 2.8.0 - UNRELEASED HDFS-8565. Typo in dfshealth.html - Decomissioning. (nijel via xyao) - HDFS-8891. HDFS concat should keep srcs order. (Yong Zhang via jing9) - HDFS-8908. TestAppendSnapshotTruncate may fail with IOException: Failed to replace a bad datanode. (Tsz Wo Nicholas Sze via yliu) @@ -882,6 +880,8 @@ Release 2.7.2 - UNRELEASED HDFS-8863. The remaining space check in BlockPlacementPolicyDefault is flawed. (Kihwal Lee via yliu) + HDFS-8891. HDFS concat should keep srcs order. (Yong Zhang via jing9) + Release 2.7.1 - 2015-07-06 INCOMPATIBLE CHANGES
