[
https://issues.apache.org/jira/browse/CASSANDRA-1886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Ellis resolved CASSANDRA-1886.
---------------------------------------
Resolution: Fixed
Fix Version/s: 0.7.1
Reviewer: jbellis
Assignee: Dave Brosius
committed. left the close statements bare in CLH, SSTW, and FU.truncate so
they can unroll the stack on exception. the others can be left as WARN
messages.
> [patch] Make sure sterams get closed
> ------------------------------------
>
> Key: CASSANDRA-1886
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1886
> Project: Cassandra
> Issue Type: Improvement
> Reporter: Dave Brosius
> Assignee: Dave Brosius
> Priority: Trivial
> Fix For: 0.7.1
>
> Attachments: close_files.diff, close_files.diff
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> Various places in the code either don't close the streams they open, or only
> close them in success cases. Moved close operations to finally blocks, and
> use commons-io to quiet the close operations (IOUtils.closeQuietly)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.