Description
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.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-13357 Improve AclException message "Invalid ACL: only directories may have a default ACL."
- Resolved