[
https://issues.apache.org/jira/browse/HDFS-13363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16432760#comment-16432760
]
Hudson commented on HDFS-13363:
-------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #13957 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/13957/])
HDFS-13363. Record file path when FSDirAclOp throws AclException. (xiao: rev
e76c2aeb288710ebee39680528dec44e454bbe9e)
* (edit)
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocol/AclException.java
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirAclOp.java
> Record file path when FSDirAclOp throws AclException
> ----------------------------------------------------
>
> Key: HDFS-13363
> URL: https://issues.apache.org/jira/browse/HDFS-13363
> Project: Hadoop HDFS
> Issue Type: Improvement
> Reporter: Wei-Chiu Chuang
> Assignee: Gabor Bota
> Priority: Minor
> Fix For: 3.2.0
>
> Attachments: HDFS-13363.001.patch, HDFS-13363.002.patch,
> HDFS-13363.003.patch
>
>
> When AclTransformation methods throws AclException, it does not record the
> file path that has the exception. Therefore even if it throws an exception,
> we would never know which file has those invalid ACLs.
>
> These AclTransformation methods are invoked in FSDirAclOp methods, which know
> the file path. These FSDirAclOp methods can catch AclException, and then add
> the file path in the error message.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]