[ 
https://issues.apache.org/jira/browse/CASSANDRA-13452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15970547#comment-15970547
 ] 

Dave Brosius commented on CASSANDRA-13452:
------------------------------------------

i assume those dtest failures are unrelated, eh?

> Remove use of FileInputStream/FileOutputStream
> ----------------------------------------------
>
>                 Key: CASSANDRA-13452
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13452
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Dave Brosius
>            Assignee: Dave Brosius
>            Priority: Trivial
>             Fix For: 4.0
>
>         Attachments: 13452.txt
>
>
> FileInputStream/FileOutputStream both suffer from the fact that they 
> implement finalize(), which means they gum up the gc until likely a full 
> garbage collection.
> Switch to using Files.newInputStream, Files.newOutputStream instead, which 
> don't have this problem



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to