You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Chris Nauroth (JIRA)" <ji...@apache.org> on 2014/02/07 20:17:25 UTC

[jira] [Created] (HDFS-5908) Change AclFeature to capture list of ACL entries in an ImmutableList.

Chris Nauroth created HDFS-5908:
-----------------------------------

             Summary: Change AclFeature to capture list of ACL entries in an ImmutableList.
                 Key: HDFS-5908
                 URL: https://issues.apache.org/jira/browse/HDFS-5908
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: namenode
    Affects Versions: HDFS ACLs (HDFS-4685)
            Reporter: Chris Nauroth


After an {{AclFeature}} has been attached to an inode, its ACL entries must be immutable.  We can enforce this in the type system more strongly by storing the entries in an {{ImmutableList}} and changing the getter to return that type instead of raw {{List}}.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)