Ted Yu created HADOOP-11500:
-------------------------------

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


{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