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

Hudson commented on HDFS-4757:
------------------------------

Integrated in Hadoop-trunk-Commit #3667 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/3667/])
    HDFS-4757. Update FSDirectory#inodeMap when replacing an INodeDirectory 
while setting quota.  Contributed by Jing Zhao (Revision 1476005)

     Result = SUCCESS
szetszwo : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1476005
Files : 
* /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/server/namenode/FSDirectory.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestINodeFile.java

                
> Update FSDirectory#inodeMap when replacing an INodeDirectory while setting 
> quota
> --------------------------------------------------------------------------------
>
>                 Key: HDFS-4757
>                 URL: https://issues.apache.org/jira/browse/HDFS-4757
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: namenode
>    Affects Versions: 3.0.0
>            Reporter: Jing Zhao
>            Assignee: Jing Zhao
>            Priority: Minor
>             Fix For: 3.0.0
>
>         Attachments: HDFS-4757.001.patch
>
>
> When setting quota to a directory, we may need to replace the original 
> directory node with a new node with the same id. We need to update the 
> inodeMap after the node replacement.

--
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