Arun Suresh created HDFS-8091: --------------------------------- Summary: ACLStatus and XAttributes emitted by custom INodeAttributesProvider not being picked up correctly Key: HDFS-8091 URL: https://issues.apache.org/jira/browse/HDFS-8091 Project: Hadoop HDFS Issue Type: Bug Components: HDFS Reporter: Arun Suresh Assignee: Arun Suresh Fix For: 2.7.0
HDFS-6826 introduced the concept of an {{INodeAttributesProvider}}, an implementation of which can be plugged-in so that the Attributes (user / group / permission / acls and xattrs) that are returned for an HDFS path can be altered/enhanced by the user specified code before it is returned to the client. Unfortunately, it looks like the AclStatus and XAttributes are not properly presented to the user specified {{INodeAttributedProvider}} before it is returned to the client. -- This message was sent by Atlassian JIRA (v6.3.4#6332)