You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sam Tunnicliffe (JIRA)" <ji...@apache.org> on 2016/07/01 18:13:11 UTC

[jira] [Commented] (CASSANDRA-12098) dtest failure in secondary_indexes_test.TestSecondaryIndexes.test_only_coordinator_chooses_index_for_query

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

Sam Tunnicliffe commented on CASSANDRA-12098:
---------------------------------------------

I'm going to say that this is unrelated to the actual area under test (i.e. the index functionality) because the error in the log is a) symptomatic of a schema mismatch on the base table b) occurring during the initial data setup, not the main test code. 

This specific failure is the only instance in the available history of both the offheap (where this isolated failure occurred) and the main dtest jobs. Given that, I'm hesitant to just mark it as flakey. I also failed to repro in 100 iterations on either job ([onheap|https://cassci.datastax.com/view/Parameterized/job/parameterized_dtest_multiplexer/156/], [offheap|https://cassci.datastax.com/view/Parameterized/job/parameterized_dtest_multiplexer/158/]).

There have been are some other failures on the offheap jobs recently, so I'll spend a bit of time digging there and also go over the attached logs again.


> dtest failure in secondary_indexes_test.TestSecondaryIndexes.test_only_coordinator_chooses_index_for_query
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-12098
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12098
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Sean McCarthy
>            Assignee: Sam Tunnicliffe
>              Labels: dtest
>             Fix For: 3.x
>
>         Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/trunk_offheap_dtest/273/testReport/secondary_indexes_test/TestSecondaryIndexes/test_only_coordinator_chooses_index_for_query
> Failed on CassCI build trunk_offheap_dtest #273
> {code}
> Standard Output
> Unexpected error in node1 log, error: 
> ERROR [MessagingService-Incoming-/127.0.0.3] 2016-06-26 08:11:32,185 CassandraDaemon.java:219 - Exception in thread Thread[MessagingService-Incoming-/127.0.0.3,5,main]
> java.lang.RuntimeException: Unknown column b during deserialization
> 	at org.apache.cassandra.db.Columns$Serializer.deserialize(Columns.java:433) ~[main/:na]
> 	at org.apache.cassandra.db.SerializationHeader$Serializer.deserializeForMessaging(SerializationHeader.java:407) ~[main/:na]
> 	at org.apache.cassandra.db.rows.UnfilteredRowIteratorSerializer.deserializeHeader(UnfilteredRowIteratorSerializer.java:192) ~[main/:na]
> 	at org.apache.cassandra.db.partitions.PartitionUpdate$PartitionUpdateSerializer.deserialize30(PartitionUpdate.java:668) ~[main/:na]
> 	at org.apache.cassandra.db.partitions.PartitionUpdate$PartitionUpdateSerializer.deserialize(PartitionUpdate.java:642) ~[main/:na]
> 	at org.apache.cassandra.db.Mutation$MutationSerializer.deserialize(Mutation.java:349) ~[main/:na]
> 	at org.apache.cassandra.db.Mutation$MutationSerializer.deserialize(Mutation.java:368) ~[main/:na]
> 	at org.apache.cassandra.db.Mutation$MutationSerializer.deserialize(Mutation.java:305) ~[main/:na]
> 	at org.apache.cassandra.net.MessageIn.read(MessageIn.java:114) ~[main/:na]
> 	at org.apache.cassandra.net.IncomingTcpConnection.receiveMessage(IncomingTcpConnection.java:190) ~[main/:na]
> 	at org.apache.cassandra.net.IncomingTcpConnection.receiveMessages(IncomingTcpConnection.java:178) ~[main/:na]
> 	at org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:92) ~[main/:na]
> {code}



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