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

Uma Maheswara Rao G commented on HDFS-3130:
-------------------------------------------

Findbug is not a valid comment.
Looks you have to update new package and class name in findbugs-exclude filter 
file.

{quote}
 <!--
       getTmpInputStreams is pretty much like a stream constructor.
       The newly created streams are not supposed to be closed in the 
constructor. So ignore
       the OBL warning.
     -->
     <Match>
       <Class name="org.apache.hadoop.hdfs.server.datanode.FSDataset" />
       <Method name="getTmpInputStreams" />
       <Bug pattern="OBL_UNSATISFIED_OBLIGATION" />
     </Match>
{quote}
                
> Move FSDataset implemenation to a package
> -----------------------------------------
>
>                 Key: HDFS-3130
>                 URL: https://issues.apache.org/jira/browse/HDFS-3130
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: data-node
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: h3130_20120328_svn_mv.patch, h3130_20120329b.patch, 
> h3130_20120329b_svn_mv.patch, svn_mv.sh, svn_mv.sh
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to