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

[jira] [Commented] (CASSANDRA-17660) jvm-dtest upgrade failures due to 3.x Ping not allowing serialize

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

Jon Meredith commented on CASSANDRA-17660:
------------------------------------------

+1 provided you get a clean test run.

> jvm-dtest upgrade failures due to 3.x Ping not allowing serialize
> -----------------------------------------------------------------
>
>                 Key: CASSANDRA-17660
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17660
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Test/dtest/java
>            Reporter: David Capwell
>            Assignee: David Capwell
>            Priority: Normal
>             Fix For: 4.1.x
>
>
> trunk jvm upgrade tests periodically fail due to the ping message not being able to be serialized on 3.x branches.  We need support for jvm-dtest even if we ignore the messages.
> {code}
> Suppressed: java.lang.UnsupportedOperationException
> 		at org.apache.cassandra.net.PingMessage$PingMessageSerializer.serialize(PingMessage.java:45)
> 		at org.apache.cassandra.net.PingMessage$PingMessageSerializer.serialize(PingMessage.java:41)
> 		at org.apache.cassandra.distributed.impl.Instance.serializeMessage(Instance.java:362)
> 		at org.apache.cassandra.distributed.impl.Instance$1.allowIncomingMessage(Instance.java:302)
> 		at org.apache.cassandra.net.MessagingService.receive(MessagingService.java:866)
> 		at org.apache.cassandra.net.IncomingTcpConnection.receiveMessage(IncomingTcpConnection.java:224)
> 		at org.apache.cassandra.net.IncomingTcpConnection.receiveMessages(IncomingTcpConnection.java:193)
> 		at org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:96)
> {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