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

Hadoop QA commented on HADOOP-10689:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12650492/HADOOP-10689.patch
  against trunk revision f2d150e.

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/5292//console

This message is automatically generated.

> InputStream is not closed in AzureNativeFileSystemStore#retrieve()
> ------------------------------------------------------------------
>
>                 Key: HADOOP-10689
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10689
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: tools
>    Affects Versions: 3.0.0
>            Reporter: Ted Yu
>            Assignee: Chen He
>            Priority: Minor
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-10689.patch
>
>
> In the catch block:
> {code}
>         if(in != null){
>           inDataStream.close();
>         }
> {code}
> We check against in but try to close inDataStream which should have been 
> closed by the if statement above.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to