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 "Ted Yu (JIRA)" <ji...@apache.org> on 2014/10/03 21:24:33 UTC

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

Ted Yu created HADOOP-11162:
-------------------------------

             Summary: 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)