You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Tang Xinye (JIRA)" <ji...@apache.org> on 2015/06/23 04:33:00 UTC

[jira] [Created] (ZOOKEEPER-2218) Close IO Streams in finally block

Tang Xinye created ZOOKEEPER-2218:
-------------------------------------

             Summary: Close IO Streams in finally block
                 Key: ZOOKEEPER-2218
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2218
             Project: ZooKeeper
          Issue Type: Bug
            Reporter: Tang Xinye
            Priority: Critical


The problem here is that if an exception is thrown during the read process the method will exit without closing the stream and hence without releasing the file system resources, it may run out of resources before it does run.



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