You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "T Jake Luciani (JIRA)" <ji...@apache.org> on 2015/11/24 15:29:10 UTC

[jira] [Updated] (CASSANDRA-7862) KeyspaceTest fails with heap_buffers

     [ https://issues.apache.org/jira/browse/CASSANDRA-7862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

T Jake Luciani updated CASSANDRA-7862:
--------------------------------------
    Component/s: Local Write-Read Paths

> KeyspaceTest fails with heap_buffers
> ------------------------------------
>
>                 Key: CASSANDRA-7862
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7862
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Local Write-Read Paths
>            Reporter: T Jake Luciani
>            Assignee: T Jake Luciani
>            Priority: Minor
>             Fix For: 2.1.1
>
>         Attachments: 7862.txt
>
>
> only happens with heap_buffers
> {code}
>     [junit] Testcase: testReversedWithFlushing(org.apache.cassandra.db.KeyspaceTest):	FAILED
>     [junit] null
>     [junit] junit.framework.AssertionFailedError
>     [junit] 	at org.apache.cassandra.db.composites.AbstractSimpleCellNameType.compareUnsigned(AbstractSimpleCellNameType.java:89)
>     [junit] 	at org.apache.cassandra.db.composites.AbstractSimpleCellNameType$2.compare(AbstractSimpleCellNameType.java:47)
>     [junit] 	at org.apache.cassandra.db.composites.AbstractSimpleCellNameType$2.compare(AbstractSimpleCellNameType.java:44)
>     [junit] 	at org.apache.cassandra.utils.btree.NodeBuilder.update(NodeBuilder.java:147)
>     [junit] 	at org.apache.cassandra.utils.btree.Builder.update(Builder.java:74)
>     [junit] 	at org.apache.cassandra.utils.btree.BTree.update(BTree.java:186)
>     [junit] 	at org.apache.cassandra.db.AtomicBTreeColumns.addAllWithSizeDelta(AtomicBTreeColumns.java:191)
>     [junit] 	at org.apache.cassandra.db.Memtable.put(Memtable.java:192)
>     [junit] 	at org.apache.cassandra.db.ColumnFamilyStore.apply(ColumnFamilyStore.java:1142)
>     [junit] 	at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:388)
>     [junit] 	at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:351)
>     [junit] 	at org.apache.cassandra.db.Mutation.apply(Mutation.java:214)
>     [junit] 	at org.apache.cassandra.db.KeyspaceTest.testReversedWithFlushing(KeyspaceTest.java:241)
>     [junit] 
> {code}
> Looks like a bug related to CASSANDRA-6934



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