[
https://issues.apache.org/jira/browse/HADOOP-11500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Yu updated HADOOP-11500:
----------------------------
Attachment: hadoop-11500-001.patch
> InputStream is left unclosed in ApplicationClassLoader
> ------------------------------------------------------
>
> Key: HADOOP-11500
> URL: https://issues.apache.org/jira/browse/HADOOP-11500
> Project: Hadoop Common
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Ted Yu
> Priority: Minor
> Attachments: hadoop-11500-001.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)