You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2012/10/27 01:33:12 UTC

[jira] [Created] (HDFS-4118) Change INodeDirectory.getExistingPathINodes(..) to work with snapshots

Tsz Wo (Nicholas), SZE created HDFS-4118:
--------------------------------------------

             Summary: Change INodeDirectory.getExistingPathINodes(..) to work with snapshots
                 Key: HDFS-4118
                 URL: https://issues.apache.org/jira/browse/HDFS-4118
             Project: Hadoop HDFS
          Issue Type: Sub-task
          Components: name-node
            Reporter: Tsz Wo (Nicholas), SZE
            Assignee: Jing Zhao


{code}
int getExistingPathINodes(byte[][] components, INode[] existing, boolean resolveLink)
{code}
The INodeDirectory above retrieves existing INodes from the given path components.  It needs to be updated in order to understand snapshot paths.

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

[jira] [Resolved] (HDFS-4118) Change INodeDirectory.getExistingPathINodes(..) to work with snapshots

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HDFS-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas resolved HDFS-4118.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: Snapshot (HDFS-2802)
     Hadoop Flags: Reviewed

I committed the patch to HDFS-2802 branch. Thank you Jing.
                
> Change INodeDirectory.getExistingPathINodes(..) to work with snapshots
> ----------------------------------------------------------------------
>
>                 Key: HDFS-4118
>                 URL: https://issues.apache.org/jira/browse/HDFS-4118
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: name-node
>    Affects Versions: Snapshot (HDFS-2802)
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Jing Zhao
>             Fix For: Snapshot (HDFS-2802)
>
>         Attachments: HDFS-4118.001.patch
>
>
> {code}
> int getExistingPathINodes(byte[][] components, INode[] existing, boolean resolveLink)
> {code}
> The INodeDirectory above retrieves existing INodes from the given path components.  It needs to be updated in order to understand snapshot paths.

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