Brandon Li created HDFS-6890:
--------------------------------
Summary: NFS readdirplus doesn't return dotdot attributes
Key: HDFS-6890
URL: https://issues.apache.org/jira/browse/HDFS-6890
Project: Hadoop HDFS
Issue Type: Bug
Components: nfs
Affects Versions: 2.2.0
Reporter: Brandon Li
In RpcProgramNfs3#readdirplus():
{noformat}
entries[1] = new READDIRPLUS3Response.EntryPlus3(dotdotFileId, "..",
dotdotFileId, postOpDirAttr, new FileHandle(dotdotFileId));
{noformat}
It should return the directory's parent attribute instead of postOpDirAttr.
--
This message was sent by Atlassian JIRA
(v6.2#6252)