You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tsuyoshi OZAWA (JIRA)" <ji...@apache.org> on 2015/02/03 19:19:34 UTC

[jira] [Resolved] (HADOOP-11162) Unclosed InputStream in ApplicationClassLoader

     [ https://issues.apache.org/jira/browse/HADOOP-11162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsuyoshi OZAWA resolved HADOOP-11162.
-------------------------------------
    Resolution: Duplicate

> Unclosed InputStream in ApplicationClassLoader
> ----------------------------------------------
>
>                 Key: HADOOP-11162
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11162
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Minor
>
> {code}
>   static {
>     InputStream is = null;
> {code}
> The above InputStream is not closed upon leaving the static block.



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