You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2014/06/08 23:25:02 UTC

[jira] [Resolved] (HBASE-10593) FileInputStream in JenkinsHash#main() is never closed

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

Andrew Purtell resolved HBASE-10593.
------------------------------------

    Resolution: Invalid

No patch on trivial issue

> FileInputStream in JenkinsHash#main() is never closed
> -----------------------------------------------------
>
>                 Key: HBASE-10593
>                 URL: https://issues.apache.org/jira/browse/HBASE-10593
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Trivial
>
> {code}
>     FileInputStream in = new FileInputStream(args[0]);
> {code}
> The above FileInputStream is not closed.



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