You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by as...@apache.org on 2015/12/13 08:27:31 UTC

[12/37] hadoop git commit: HDFS-9273. Moving to 2.6.3 CHANGES section to reflect the backport.

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/9676774e
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9676774e
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/9676774e

Branch: refs/heads/yarn-2877
Commit: 9676774e233fa532c36e1ad18a41016d15be9f35
Parents: 303f80e
Author: Vinod Kumar Vavilapalli <vi...@apache.org>
Authored: Tue Dec 8 11:32:42 2015 -0800
Committer: Vinod Kumar Vavilapalli <vi...@apache.org>
Committed: Tue Dec 8 11:32:42 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/9676774e/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 169968f..d3e7e02 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -2304,9 +2304,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)
 
@@ -3628,6 +3625,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