[ 
https://issues.apache.org/jira/browse/HADOOP-1779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523117
 ] 

Hadoop QA commented on HADOOP-1779:
-----------------------------------

+0, new Findbugs warnings

http://issues.apache.org/jira/secure/attachment/12364640/1779_2007-08-27b.patch
applied and successfully tested against trunk revision r570207,
but there appear to be new Findbugs warnings introduced by this patch.

New Findbugs warnings: 
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/623/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Test results:   
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/623/testReport/
Console output: 
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/623/console

> Small INodeDirectory enhancement to get all existing INodes components on a 
> path
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-1779
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1779
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: dfs
>            Reporter: Christophe Taton
>            Assignee: Christophe Taton
>            Priority: Trivial
>             Fix For: 0.15.0
>
>         Attachments: 1779_2007-08-27b.patch
>
>
> This patch introduces {{INode[] INodeDirectory.getExistingPathINodes(String 
> path)}}, modeled over the existing {{getNode()}} / {{getINode()}}.
> The purpose of this is to provide a way to retrieve all existing INodes in a 
> path in a single tree scan.
> This to allow fast INode's permission (see 
> [HADOOP-1298|https://issues.apache.org/jira/browse/HADOOP-1298]) checking 
> along the path, and without requiring the {{INode.parent}} field which could 
> be removed (see 
> [HADOOP-1687|https://issues.apache.org/jira/browse/HADOOP-1687]).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to