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

Hudson commented on HDFS-5104:
------------------------------

SUCCESS: Integrated in Hadoop-Hdfs-trunk #1495 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1495/])
HDFS-5104 Support dotdot name in NFS LOOKUP operation. Contributed by Brandon 
Li (brandonli: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1515042)
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirectory.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestINodeFile.java

                
> Support dotdot name in NFS LOOKUP operation
> -------------------------------------------
>
>                 Key: HDFS-5104
>                 URL: https://issues.apache.org/jira/browse/HDFS-5104
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: nfs
>    Affects Versions: 3.0.0
>            Reporter: Brandon Li
>            Assignee: Brandon Li
>             Fix For: 3.0.0, 2.3.0, 2.1.1-beta
>
>         Attachments: HDFS-5104.patch, HDFS-5104.patch.2, HDFS-5104.patch.3
>
>
> Procedure LOOKUP searches a directory for a specific name and returns the 
> file handle for the corresponding file system object. NFS client sets 
> filename as ".." to get the parent directory information.
> Currently ".." is considered invalid name component. We only allow ".." when 
> the path is an inodeID path as "/.reserved/.inodes/.."

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to