[
https://issues.apache.org/jira/browse/HDFS-6749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Nauroth updated HDFS-6749:
--------------------------------
Description:
The following methods in {{FSNamesystem}} don't call
{{FSDirectory#resolvePath}}, but they should. The impact of this is that the
APIs do not work properly for input paths of the form /.reserved/.inodes/<inode
ID>.
* {{getAclStatus}}
* {{getXAttrs}}
* {{isFileClosed}}
* {{listXAttrs}}
was:FSNamesystem#getXAttrs and listXAttrs don't call FSDirectory#resolvePath.
They should.
Summary: FSNamesystem methods should call resolvePath (was:
FSNamesystem#getXAttrs and listXAttrs should call resolvePath)
> FSNamesystem methods should call resolvePath
> --------------------------------------------
>
> Key: HDFS-6749
> URL: https://issues.apache.org/jira/browse/HDFS-6749
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: namenode
> Affects Versions: 2.5.0
> Reporter: Charles Lamb
> Assignee: Charles Lamb
> Attachments: HDFS-6749.001.patch, HDFS-6749.002.patch
>
>
> The following methods in {{FSNamesystem}} don't call
> {{FSDirectory#resolvePath}}, but they should. The impact of this is that the
> APIs do not work properly for input paths of the form
> /.reserved/.inodes/<inode ID>.
> * {{getAclStatus}}
> * {{getXAttrs}}
> * {{isFileClosed}}
> * {{listXAttrs}}
--
This message was sent by Atlassian JIRA
(v6.2#6252)