[ https://issues.apache.org/jira/browse/HDFS-7454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14235359#comment-14235359 ]
Hudson commented on HDFS-7454: ------------------------------ FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #26 (See [https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/26/]) HDFS-7454. Reduce memory footprint for AclEntries in NameNode. Contributed by Vinayakumar B. (wheat9: rev 0653918dad855b394e8e3b8b3f512f474d872ee9) * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/snapshot/FSImageFormatPBSnapshot.java * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/AclStorage.java * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSPermissionChecker.java * hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/FSAclBaseTest.java * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/AclFeature.java * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/AclEntryStatusFormat.java * hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSImageFormatPBINode.java > Reduce memory footprint for AclEntries in NameNode > -------------------------------------------------- > > Key: HDFS-7454 > URL: https://issues.apache.org/jira/browse/HDFS-7454 > Project: Hadoop HDFS > Issue Type: Improvement > Components: namenode > Reporter: Vinayakumar B > Assignee: Vinayakumar B > Fix For: 2.7.0 > > Attachments: HDFS-7454-001.patch, HDFS-7454-002.patch, > HDFS-7454-003.patch, HDFS-7454-004.patch > > > HDFS-5620 indicated a GlobalAclSet containing unique {{AclFeature}} can be > de-duplicated to save the memory in NameNode. However it was not implemented > at that time. > This Jira re-proposes same implementation, along with de-duplication of > unique {{AclEntry}} across all ACLs. > One simple usecase is: > A mapreduce user's home directory with the set of default ACLs, under which > lot of other files/directories could be created when jobs is run. Here all > the default ACLs of parent directory will be duplicated till the explicit > delete of those ACLs. With de-duplication,only one object will be in memory > for the same Entry across all ACLs of all files/directories. -- This message was sent by Atlassian JIRA (v6.3.4#6332)