Repository: hadoop Updated Branches: refs/heads/branch-2.7.2 54a1abb41 -> b90d4d331
HDFS-9273. Moving to 2.6.3 CHANGES section to reflect the backport. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b90d4d33 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b90d4d33 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b90d4d33 Branch: refs/heads/branch-2.7.2 Commit: b90d4d3318a0ae041cd9ce0e4433f34f73e36224 Parents: 54a1abb Author: Vinod Kumar Vavilapalli <[email protected]> Authored: Tue Dec 8 11:38:52 2015 -0800 Committer: Vinod Kumar Vavilapalli <[email protected]> Committed: Tue Dec 8 11:38:52 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/b90d4d33/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 4231f12..f47efec 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -101,9 +101,6 @@ Release 2.7.2 - 2015-11-11 HDFS-9294. DFSClient deadlock when close file and failed to renew lease. (Brahma Reddy Battula via szetszwo) - HDFS-9273. ACLs on root directory may be lost after NN restart. - (Xiao Chen via cnauroth) - Release 2.7.1 - 2015-07-06 INCOMPATIBLE CHANGES @@ -1147,6 +1144,9 @@ Release 2.6.3 - UNRELEASED HDFS-9434. Recommission a datanode with 500k blocks may pause NN for 30 seconds for printing info log messags. (szetszwo) + HDFS-9273. ACLs on root directory may be lost after NN restart. + (Xiao Chen via cnauroth) + Release 2.6.2 - 2015-10-28 INCOMPATIBLE CHANGES
