You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Alex Petrov (JIRA)" <ji...@apache.org> on 2016/12/09 15:37:59 UTC

[jira] [Commented] (CASSANDRA-12652) Failure in SASIIndexTest.testStaticIndex-compression

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

Alex Petrov commented on CASSANDRA-12652:
-----------------------------------------

Wanted to give heads up that I've found the background / reason for this problem. I was right in that it was being caused by compaction, although it had two manifestations, one of which was like here and second one - segfaults on mmaped file release. Both problems were caused by the prematurely closed resource in 11990. 

> Failure in SASIIndexTest.testStaticIndex-compression
> ----------------------------------------------------
>
>                 Key: CASSANDRA-12652
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12652
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Testing
>            Reporter: Joel Knighton
>            Assignee: Alex Petrov
>
> Stacktrace:
> {code}
> junit.framework.AssertionFailedError: expected:<1> but was:<0>
> 	at org.apache.cassandra.index.sasi.SASIIndexTest.testStaticIndex(SASIIndexTest.java:1839)
> 	at org.apache.cassandra.index.sasi.SASIIndexTest.testStaticIndex(SASIIndexTest.java:1786)
> {code}
> Example failure:
> http://cassci.datastax.com/job/trunk_testall/1176/testReport/org.apache.cassandra.index.sasi/SASIIndexTest/testStaticIndex_compression/



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