[jira] [Updated] (HDFS-4151) Passing INodesInPath instead of INode[] in FSDirectory

2013-04-24 Thread Suresh Srinivas (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-4151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Suresh Srinivas updated HDFS-4151:
--

Fix Version/s: 2.0.5-beta

I merged this patch to branch-2.

 Passing INodesInPath instead of INode[] in FSDirectory
 --

 Key: HDFS-4151
 URL: https://issues.apache.org/jira/browse/HDFS-4151
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: namenode
Reporter: Tsz Wo (Nicholas), SZE
Assignee: Tsz Wo (Nicholas), SZE
Priority: Minor
 Fix For: 3.0.0, 2.0.5-beta

 Attachments: h4151_20121104.patch, h4151_20121105.patch


 Currently, many methods in FSDirectory pass INode[] as a parameter.  It is 
 better to pass INodesInPath so that we can add more path information later 
 on.  This is especially useful in Snapshot implementation.

--
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] [Updated] (HDFS-4151) Passing INodesInPath instead of INode[] in FSDirectory

2012-11-05 Thread Tsz Wo (Nicholas), SZE (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-4151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tsz Wo (Nicholas), SZE updated HDFS-4151:
-

Attachment: h4151_20121105.patch

h4151_20121105.patch: fixes the javadoc and some bugs in the patch causing the 
test failure.

 Passing INodesInPath instead of INode[] in FSDirectory
 --

 Key: HDFS-4151
 URL: https://issues.apache.org/jira/browse/HDFS-4151
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: name-node
Reporter: Tsz Wo (Nicholas), SZE
Assignee: Tsz Wo (Nicholas), SZE
Priority: Minor
 Attachments: h4151_20121104.patch, h4151_20121105.patch


 Currently, many methods in FSDirectory pass INode[] as a parameter.  It is 
 better to pass INodesInPath so that we can add more path information later 
 on.  This is especially useful in Snapshot implementation.

--
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] [Updated] (HDFS-4151) Passing INodesInPath instead of INode[] in FSDirectory

2012-11-05 Thread Tsz Wo (Nicholas), SZE (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-4151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tsz Wo (Nicholas), SZE updated HDFS-4151:
-

   Resolution: Fixed
Fix Version/s: 3.0.0
 Hadoop Flags: Reviewed
   Status: Resolved  (was: Patch Available)

I have committed this.

 Passing INodesInPath instead of INode[] in FSDirectory
 --

 Key: HDFS-4151
 URL: https://issues.apache.org/jira/browse/HDFS-4151
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: name-node
Reporter: Tsz Wo (Nicholas), SZE
Assignee: Tsz Wo (Nicholas), SZE
Priority: Minor
 Fix For: 3.0.0

 Attachments: h4151_20121104.patch, h4151_20121105.patch


 Currently, many methods in FSDirectory pass INode[] as a parameter.  It is 
 better to pass INodesInPath so that we can add more path information later 
 on.  This is especially useful in Snapshot implementation.

--
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] [Updated] (HDFS-4151) Passing INodesInPath instead of INode[] in FSDirectory

2012-11-04 Thread Tsz Wo (Nicholas), SZE (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-4151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tsz Wo (Nicholas), SZE updated HDFS-4151:
-

Status: Patch Available  (was: Open)

 Passing INodesInPath instead of INode[] in FSDirectory
 --

 Key: HDFS-4151
 URL: https://issues.apache.org/jira/browse/HDFS-4151
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: name-node
Reporter: Tsz Wo (Nicholas), SZE
Assignee: Tsz Wo (Nicholas), SZE
Priority: Minor
 Attachments: h4151_20121104.patch


 Currently, many methods in FSDirectory pass INode[] as a parameter.  It is 
 better to pass INodesInPath so that we can add more path information later 
 on.  This is especially useful in Snapshot implementation.

--
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] [Updated] (HDFS-4151) Passing INodesInPath instead of INode[] in FSDirectory

2012-11-04 Thread Tsz Wo (Nicholas), SZE (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-4151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tsz Wo (Nicholas), SZE updated HDFS-4151:
-

Attachment: h4151_20121104.patch

h4151_20121104.patch: replaces INode[] with INodesInPath except for the 
verifyQuota/verifyFsLimits methods

 Passing INodesInPath instead of INode[] in FSDirectory
 --

 Key: HDFS-4151
 URL: https://issues.apache.org/jira/browse/HDFS-4151
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: name-node
Reporter: Tsz Wo (Nicholas), SZE
Assignee: Tsz Wo (Nicholas), SZE
Priority: Minor
 Attachments: h4151_20121104.patch


 Currently, many methods in FSDirectory pass INode[] as a parameter.  It is 
 better to pass INodesInPath so that we can add more path information later 
 on.  This is especially useful in Snapshot implementation.

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