[ 
https://issues.apache.org/jira/browse/HDFS-6890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105775#comment-14105775
 ] 

Hudson commented on HDFS-6890:
------------------------------

FAILURE: Integrated in Hadoop-trunk-Commit #6092 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/6092/])
HDFS-6890. NFS readdirplus doesn't return dotdot attributes. Contributed by 
Brandon Li (brandonli: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1619500)
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs-nfs/src/main/java/org/apache/hadoop/hdfs/nfs/nfs3/RpcProgramNfs3.java
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


> 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
>            Assignee: Brandon Li
>             Fix For: 2.6.0
>
>         Attachments: HDFS-6890.001.patch
>
>
> 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)

Reply via email to