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

Michael Semb Wever commented on CASSANDRA-18164:
------------------------------------------------

CI (with repeated runs)
 - trunk
 -- 
[https://app.circleci.com/pipelines/github/michaelsembwever/cassandra/67/workflows/11ec5c24-145b-4de5-b88d-303ef30babbe]
 -- 
[https://app.circleci.com/pipelines/github/michaelsembwever/cassandra/67/workflows/1915f239-d352-4ca8-96f9-0a263852ec83/jobs/3283]
 
 - 4.1
 -- 
[https://app.circleci.com/pipelines/github/michaelsembwever/cassandra/68/workflows/cc99703b-6237-4d73-97db-03da5858fdc9]
 -- 
[https://app.circleci.com/pipelines/github/michaelsembwever/cassandra/68/workflows/84862d56-aee3-4503-82a5-0972b12e3ebb]
 

On these four runs I had consistent failures with dtests 
{{test_network_topology_strategy}} and 
{{{}test_network_topology_strategy_each_quorum{}}}. But re-running those tests 
with xlarge containers fixed it: 
[https://app.circleci.com/pipelines/github/michaelsembwever/cassandra/69/workflows/470a98f3-c1e4-4a5a-b7e9-cf3dcc807ca5/jobs/3285]
 

([~edimitrova], i thought we fixed this with CASSANDRA-18127 ?)

> Test Failure: CASTest Message serializedSize(12) does not match what was 
> written with serialize(out, 12) for verb PAXOS2_COMMIT_AND_PREPARE_RSP
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-18164
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18164
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Test/dtest/java
>            Reporter: Michael Semb Wever
>            Assignee: Benedict Elliott Smith
>            Priority: Normal
>             Fix For: 4.1.x, 4.x
>
>
> Flaky. Teardown doesn't look to be clean.
> {noformat}
> org.apache.cassandra.distributed.shared.ShutdownException: Uncaught 
> exceptions were thrown during test
>       at 
> org.apache.cassandra.distributed.impl.AbstractCluster.checkAndResetUncaughtExceptions(AbstractCluster.java:1057)
>       at 
> org.apache.cassandra.distributed.impl.AbstractCluster.close(AbstractCluster.java:1043)
>       at 
> org.apache.cassandra.distributed.test.CASTest.afterClass(CASTest.java:97)
>       Suppressed: java.lang.RuntimeException: java.lang.AssertionError: 
> Message serializedSize(12) does not match what was written with 
> serialize(out, 12) for verb PAXOS2_COMMIT_AND_PREPARE_RSP and serializer 
> class org.apache.cassandra.net.Message$Serializer; expected 1077, actual 1079
>               at 
> org.apache.cassandra.net.InboundSink.accept(InboundSink.java:108)
>               at 
> org.apache.cassandra.distributed.impl.Instance.lambda$null$6(Instance.java:512)
>               at 
> org.apache.cassandra.concurrent.ExecutionFailure$1.run(ExecutionFailure.java:133)
>               at 
> org.apache.cassandra.concurrent.SEPWorker.run(SEPWorker.java:142)
>               at 
> io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
>               at java.lang.Thread.run(Thread.java:750)
>       Caused by: java.lang.AssertionError: Message serializedSize(12) does 
> not match what was written with serialize(out, 12) for verb 
> PAXOS2_COMMIT_AND_PREPARE_RSP and serializer class 
> org.apache.cassandra.net.Message$Serializer; expected 1077, actual 1079
>               at 
> org.apache.cassandra.distributed.impl.Instance.serializeMessage(Instance.java:422)
>               at 
> org.apache.cassandra.distributed.impl.Instance.lambda$registerOutboundFilter$5(Instance.java:362)
>               at 
> org.apache.cassandra.net.OutboundSink$Filtered.accept(OutboundSink.java:54)
>               at 
> org.apache.cassandra.net.OutboundSink.accept(OutboundSink.java:70)
>               at 
> org.apache.cassandra.net.MessagingService.send(MessagingService.java:425)
>               at 
> org.apache.cassandra.net.MessagingService.send(MessagingService.java:395)
>               at 
> org.apache.cassandra.net.MessagingService.respond(MessagingService.java:407)
>               at 
> org.apache.cassandra.service.paxos.PaxosCommitAndPrepare$RequestHandler.doVerb(PaxosCommitAndPrepare.java:128)
>               at 
> org.apache.cassandra.net.InboundSink.lambda$new$0(InboundSink.java:78)
>               at 
> org.apache.cassandra.net.InboundSink$Filtered.accept(InboundSink.java:64)
>               at 
> org.apache.cassandra.net.InboundSink$Filtered.accept(InboundSink.java:50)
>               at 
> org.apache.cassandra.net.InboundSink.accept(InboundSink.java:97)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to