Move HDFS-9434 to 2.6.3 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/56493cda Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/56493cda Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/56493cda Branch: refs/heads/yarn-2877 Commit: 56493cda04e30ab737fc6cecc8c43a87d5b006b7 Parents: db4cab2 Author: Tsz-Wo Nicholas Sze <[email protected]> Authored: Tue Nov 24 12:42:57 2015 -0800 Committer: Tsz-Wo Nicholas Sze <[email protected]> Committed: Tue Nov 24 12:42:57 2015 -0800 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/56493cda/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 639b8f3..95dfbcf 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -2344,9 +2344,6 @@ Release 2.8.0 - UNRELEASED HDFS-9400. TestRollingUpgradeRollback fails on branch-2. (Brahma Reddy Battula via cnauroth) - HDFS-9434. Recommission a datanode with 500k blocks may pause NN for 30 - seconds for printing info log messags. (szetszwo) - HDFS-9443. Disabling HDFS client socket cache causes logging message printed to console for CLI commands. (Chris Nauroth via wheat9) @@ -3515,6 +3512,9 @@ Release 2.6.3 - UNRELEASED HDFS-9431. DistributedFileSystem#concat fails if the target path is relative. (Kazuho Fujii via aajisaka) + HDFS-9434. Recommission a datanode with 500k blocks may pause NN for 30 + seconds for printing info log messags. (szetszwo) + Release 2.6.2 - 2015-10-28 INCOMPATIBLE CHANGES
