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

Jing Zhao commented on HDFS-4857:
---------------------------------

The failed test should be un-related and is tracked by HDFS-4376.
                
> Snapshot.Root and AbstractINodeDiff#snapshotINode should not be put into 
> INodeMap when loading FSImage
> ------------------------------------------------------------------------------------------------------
>
>                 Key: HDFS-4857
>                 URL: https://issues.apache.org/jira/browse/HDFS-4857
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: snapshots
>    Affects Versions: 3.0.0
>            Reporter: Jing Zhao
>            Assignee: Jing Zhao
>              Labels: snapshots
>         Attachments: HDFS-4857.001.patch, HDFS-4857.002.patch
>
>
> Snapshot.Root, though is a subclass of INodeDirectory, is only used to 
> indicate the root of a snapshot. In the meanwhile, 
> AbstractINodeDiff#snapshotINode is used as copies recording the original 
> state of an INode. Thus we should not put them into INodeMap. 
> Currently when loading FSImage we did not check the type of inode and wrongly 
> put these two types of nodes into INodeMap. This may replace the nodes that 
> should stay in INodeMap.

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