[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
            Priority: Trivial


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.

Reply via email to