Repository: hadoop Updated Branches: refs/heads/branch-2 792313011 -> 15ecbc95b
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/15ecbc95 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/15ecbc95 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/15ecbc95 Branch: refs/heads/branch-2 Commit: 15ecbc95bff4c88e5382772dd9204f720c11990f Parents: 7923130 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:44:37 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/15ecbc95/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 5cacca3..9b64fae 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -1484,9 +1484,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) @@ -2672,6 +2669,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
