[
https://issues.apache.org/jira/browse/CASSANDRA-12616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15487769#comment-15487769
]
Philip Thompson commented on CASSANDRA-12616:
---------------------------------------------
I take that last comment back ^. Full exception on server looks like:
{code}
ERROR [Native-Transport-Requests:3] 2016-09-03 14:47:36,946 ErrorMessage.java
(line 210) Unexpected exception during request
java.lang.ArrayIndexOutOfBoundsException: 4
at
org.apache.cassandra.transport.Frame$Header$Flag.deserialize(Frame.java:120)
at org.apache.cassandra.transport.Frame$Header.<init>(Frame.java:96)
at org.apache.cassandra.transport.Frame$Header.<init>(Frame.java:84)
at org.apache.cassandra.transport.Frame.create(Frame.java:74)
at org.apache.cassandra.transport.Frame$Decoder.decode(Frame.java:186)
at
org.jboss.netty.handler.codec.frame.FrameDecoder.callDecode(FrameDecoder.java:425)
at
org.jboss.netty.handler.codec.frame.FrameDecoder.messageReceived(FrameDecoder.java:303)
at
org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:268)
at
org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:255)
at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:88)
at
org.jboss.netty.channel.socket.nio.AbstractNioWorker.process(AbstractNioWorker.java:109)
at
org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:312)
at
org.jboss.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:90)
at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
{code}
> dtest failure in
> upgrade_supercolumns_test.TestSCUpgrade.upgrade_with_index_creation_test
> -----------------------------------------------------------------------------------------
>
> Key: CASSANDRA-12616
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12616
> Project: Cassandra
> Issue Type: Test
> Reporter: Sean McCarthy
> Assignee: DS Test Eng
> Labels: dtest
> Attachments: node1.log, node2.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-2.1_dtest/506/testReport/upgrade_supercolumns_test/TestSCUpgrade/upgrade_with_index_creation_test
> {code}
> Stacktrace
> File "/usr/lib/python2.7/unittest/case.py", line 329, in run
> testMethod()
> File "/home/automaton/cassandra-dtest/upgrade_supercolumns_test.py", line
> 54, in upgrade_with_index_creation_test
> session = self.patient_exclusive_cql_connection(node1)
> File "/home/automaton/cassandra-dtest/dtest.py", line 551, in
> patient_exclusive_cql_connection
> bypassed_exception=NoHostAvailable
> File "/home/automaton/cassandra-dtest/dtest.py", line 198, in
> retry_till_success
> return fun(*args, **kwargs)
> File "/home/automaton/cassandra-dtest/dtest.py", line 466, in
> exclusive_cql_connection
> protocol_version, wlrr, port=port, ssl_opts=ssl_opts)
> File "/home/automaton/cassandra-dtest/dtest.py", line 485, in
> _create_session
> session = cluster.connect(wait_for_all_pools=True)
> File "cassandra/cluster.py", line 1156, in
> cassandra.cluster.Cluster.connect (cassandra/cluster.c:17387)
> with self._lock:
> File "cassandra/cluster.py", line 1189, in
> cassandra.cluster.Cluster.connect (cassandra/cluster.c:17208)
> raise
> File "cassandra/cluster.py", line 1176, in
> cassandra.cluster.Cluster.connect (cassandra/cluster.c:16911)
> self.control_connection.connect()
> File "cassandra/cluster.py", line 2521, in
> cassandra.cluster.ControlConnection.connect (cassandra/cluster.c:45182)
> self._set_new_connection(self._reconnect_internal())
> File "cassandra/cluster.py", line 2558, in
> cassandra.cluster.ControlConnection._reconnect_internal
> (cassandra/cluster.c:46079)
> raise NoHostAvailable("Unable to connect to any servers", errors)
> '(\'Unable to connect to any servers\', {\'127.0.0.1\':
> ConnectionException(\'Failed to initialize new connection to 127.0.0.1: Error
> from server: code=0000 [Server error]
> message="java.lang.ArrayIndexOutOfBoundsException: 4"\',)})
> {code}
> Related failure:
> http://cassci.datastax.com/job/cassandra-2.1_dtest/506/testReport/upgrade_supercolumns_test/TestSCUpgrade/upgrade_with_counters_test/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)