[ 
https://issues.apache.org/jira/browse/HDFS-13950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wei-Chiu Chuang updated HDFS-13950:
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 3.3.0
           Status: Resolved  (was: Patch Available)

Pushed to trunk. Thanks [~adam.antal]!

> ACL documentation update to indicate that ACL entries are capped by 32
> ----------------------------------------------------------------------
>
>                 Key: HDFS-13950
>                 URL: https://issues.apache.org/jira/browse/HDFS-13950
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: hdfs
>            Reporter: Adam Antal
>            Assignee: Adam Antal
>            Priority: Minor
>             Fix For: 3.3.0
>
>         Attachments: HDFS-13950.001.patch
>
>
> The hadoop documentation does not contain the information that the ACL 
> entries of a file or dir are capped by 32. My proposal is to add a single 
> line to the md file informing the users about this.
> Remark: this is indeed the maximum as (from AclTransformation.java)
> {code:java}
> private static final int MAX_ENTRIES = 32;{code}
> is set as such.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to