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

Hudson commented on CASSANDRA-3110:
-----------------------------------

Integrated in Cassandra #1060 (See 
[https://builds.apache.org/job/Cassandra/1060/])
    Fix closing sstable iterators before using them
patch by slebresne; reviewed by jbellis for CASSANDRA-3110

slebresne : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1163652
Files : 
* /cassandra/trunk/CHANGES.txt
* /cassandra/trunk/src/java/org/apache/cassandra/db/CollationController.java


> SSTables iterators are closed and before being used
> ---------------------------------------------------
>
>                 Key: CASSANDRA-3110
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3110
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0
>            Reporter: Sylvain Lebresne
>            Assignee: Sylvain Lebresne
>             Fix For: 1.0
>
>         Attachments: 3110.patch
>
>
> Seems there is misplaced finally blocks in CollationController: we close the 
> sstable iterators and release the sstable references *before* having actually 
> used said iterators/sstables.
> Note: this cause a lot of tests to fail in `ant test-compression` in 
> particular.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to