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 2016/03/18 21:27:33 UTC

[jira] [Created] (CASSANDRA-11385) netty transport class cast issue

T Jake Luciani created CASSANDRA-11385:
------------------------------------------

             Summary: netty transport class cast issue
                 Key: CASSANDRA-11385
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11385
             Project: Cassandra
          Issue Type: Bug
         Environment: 2.1.13
            Reporter: T Jake Luciani


Not sure if its related to the compression or not. Java driver

{code}
Caused by: java.lang.ClassCastException: org.apache.cassandra.db.composites.CompoundSparseCellName cannot be cast to [B
	at io.netty.buffer.PooledHeapByteBuf.array(PooledHeapByteBuf.java:247) ~[netty-all-4.0.34.Final.jar:4.0.34.Final]
	at org.apache.cassandra.transport.FrameCompressor$SnappyCompressor.decompress(FrameCompressor.java:113) ~[cassandra-all-2.1.13.1131.jar:2.1.13.1131]
	at org.apache.cassandra.transport.Frame$Decompressor.decode(Frame.java:332) ~[cassandra-all-2.1.13.1131.jar:2.1.13.1131]
	at org.apache.cassandra.transport.Frame$Decompressor.decode(Frame.java:311) ~[cassandra-all-2.1.13.1131.jar:2.1.13.1131]
	at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89) ~[netty-all-4.0.34.Final.jar:4.0.34.Final]

{code}



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