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

Tsuyoshi OZAWA commented on HADOOP-11500:
-----------------------------------------

+1

> InputStream is left unclosed in ApplicationClassLoader
> ------------------------------------------------------
>
>                 Key: HADOOP-11500
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11500
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 2.6.0
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>            Priority: Minor
>             Fix For: 2.7.0
>
>         Attachments: hadoop-11500-001.patch, hadoop-11500-002.patch
>
>
> {code}
>     InputStream is = null;
>     try {
>       is = ApplicationClassLoader.class.getClassLoader().
>           getResourceAsStream(PROPERTIES_FILE);
> {code}
> The InputStream is not closed in the static block.



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

Reply via email to