You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ufuk Celebi (JIRA)" <ji...@apache.org> on 2015/08/11 22:39:45 UTC

[jira] [Assigned] (FLINK-2511) Potential resource leak due to unclosed InputStream in FlinkZooKeeperQuorumPeer.java

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

Ufuk Celebi reassigned FLINK-2511:
----------------------------------

    Assignee: Ufuk Celebi

> Potential resource leak due to unclosed InputStream in FlinkZooKeeperQuorumPeer.java
> ------------------------------------------------------------------------------------
>
>                 Key: FLINK-2511
>                 URL: https://issues.apache.org/jira/browse/FLINK-2511
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Ufuk Celebi
>
> The InputStream created around line 82 is not closed:
> {code}
>                 InputStream inStream = new FileInputStream(new File(zkConfigFile));
> {code}
> This may lead to resource leak.



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