You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Doug Whitfield (Jira)" <ji...@apache.org> on 2022/05/25 13:40:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17542057#comment-17542057 ] 

Doug Whitfield commented on CASSANDRA-14401:
--------------------------------------------

Has anyone seen this in anything after 3.11.4? I think we are seeing this in 3.11.5.

>  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: Legacy/Core
>            Reporter: Artem Rokhin
>            Priority: Normal
>              Labels: remove-reopen
>
> 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
(v8.20.7#820007)

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