[
https://issues.apache.org/jira/browse/HADOOP-10689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Nauroth updated HADOOP-10689:
-----------------------------------
Affects Version/s: (was: 3.0.0)
> 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
> Reporter: Ted Yu
> Assignee: Chen He
> Priority: Minor
> Fix For: 2.7.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)