You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/04/17 15:59:15 UTC

[jira] [Created] (HBASE-11014) InputStream is not closed in two methods of JarFinder

Ted Yu created HBASE-11014:
------------------------------

             Summary: InputStream is not closed in two methods of JarFinder
                 Key: HBASE-11014
                 URL: https://issues.apache.org/jira/browse/HBASE-11014
             Project: HBase
          Issue Type: Bug
            Reporter: Ted Yu
            Priority: Minor


JarFinder#jarDir() and JarFinder#zipDir() have such code:
{code}
                 InputStream is = new FileInputStream(f);
                 copyToZipStream(is, anEntry, zos);
{code}
The InputStream is not closed after copy operation.



--
This message was sent by Atlassian JIRA
(v6.2#6252)