Repository: hadoop Updated Branches: refs/heads/branch-2.8 3205fe3da -> 469bf5680
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/469bf568 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/469bf568 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/469bf568 Branch: refs/heads/branch-2.8 Commit: 469bf568015e5271c0e843e0d872378329e98740 Parents: 3205fe3 Author: Vinod Kumar Vavilapalli <[email protected]> Authored: Tue Dec 8 11:35:28 2015 -0800 Committer: Vinod Kumar Vavilapalli <[email protected]> Committed: Tue Dec 8 11:35:28 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/469bf568/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 b5f33a9..416fe80 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -1407,9 +1407,6 @@ Release 2.8.0 - UNRELEASED HDFS-9274. Default value of dfs.datanode.directoryscan.throttle.limit.ms.per.sec should be consistent. (Yi Liu via zhz) - HDFS-9273. ACLs on root directory may be lost after NN restart. - (Xiao Chen via cnauroth) - HDFS-9286. HttpFs does not parse ACL syntax correctly for operation REMOVEACLENTRIES. (Wei-Chiu Chuang via cnauroth) @@ -2742,6 +2739,9 @@ Release 2.6.3 - UNRELEASED HDFS-9470. Encryption zone on root not loaded from fsimage after NN restart. (Xiao Chen via wang) + 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
