You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "C. Scott Andreas (JIRA)" <ji...@apache.org> on 2018/11/19 01:29:00 UTC

[jira] [Updated] (CASSANDRA-14401) Attempted serializing to buffer exceeded maximum of 65535 bytes

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

C. Scott Andreas updated CASSANDRA-14401:
-----------------------------------------
    Component/s: Core

>  Attempted serializing to buffer exceeded maximum of 65535 bytes
> ----------------------------------------------------------------
>
>                 Key: CASSANDRA-14401
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14401
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Artem Rokhin
>            Priority: Major
>
> Cassandra version: 3.11.2
> 3 nodes cluster 
> The following exception appears on all 3 nodes and after awhile cluster becomes unreposnsive 
>  
> {code}
> java.lang.AssertionError: Attempted serializing to buffer exceeded maximum of 65535 bytes: 67661
>  at org.apache.cassandra.utils.ByteBufferUtil.writeWithShortLength(ByteBufferUtil.java:309) ~[apache-cassandra-3.11.2.jar:3.11.2]
>  at org.apache.cassandra.db.filter.RowFilter$Expression$Serializer.serialize(RowFilter.java:547) ~[apache-cassandra-3.11.2.jar:3.11.2]
>  at org.apache.cassandra.db.filter.RowFilter$Serializer.serialize(RowFilter.java:1143) ~[apache-cassandra-3.11.2.jar:3.11.2]
>  at org.apache.cassandra.db.ReadCommand$Serializer.serialize(ReadCommand.java:726) ~[apache-cassandra-3.11.2.jar:3.11.2]
>  at org.apache.cassandra.db.ReadCommand$Serializer.serialize(ReadCommand.java:683) ~[apache-cassandra-3.11.2.jar:3.11.2]
>  at org.apache.cassandra.io.ForwardingVersionedSerializer.serialize(ForwardingVersionedSerializer.java:45) ~[apache-cassandra-3.11.2.jar:3.11.2]
>  at org.apache.cassandra.net.MessageOut.serialize(MessageOut.java:120) ~[apache-cassandra-3.11.2.jar:3.11.2]
>  at org.apache.cassandra.net.OutboundTcpConnection.writeInternal(OutboundTcpConnection.java:385) [apache-cassandra-3.11.2.jar:3.11.2]
>  at org.apache.cassandra.net.OutboundTcpConnection.writeConnected(OutboundTcpConnection.java:337) [apache-cassandra-3.11.2.jar:3.11.2]
>  at org.apache.cassandra.net.OutboundTcpConnection.run(OutboundTcpConnection.java:263) [apache-cassandra-3.11.2.jar:3.11.2]
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org