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

Ekaterina Dimitrova commented on CASSANDRA-19042:
-------------------------------------------------

largecolumn_test.TestLargeColumn::largecolumn_test.py::TestLargeColumn::test_cleanup
 - seems like something in your environment as far as I understand. I can also 
confirm it is not failing in CircleCI

upgrade_tests.upgrade_through_versions_test.TestUpgrade_indev_4_0_x_To_indev_5_0_x::upgrade_test
 - it does not seem related, but we may want to open a ticket for this one. 
Though probably not a release blocker as those bootstrap tests are known to 
flake from time to time every now and then since quite some time. Do you see it 
also on previous branches in your environment?

test_assassinate_valid_node - known from CASSANDRA-18753, just reported today

testLocalSerialLocalCommit - CASSANDRA-18851

 

> Repair fuzz tests fail with paxos_variant: v2
> ---------------------------------------------
>
>                 Key: CASSANDRA-19042
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19042
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Consistency/Repair, Feature/Lightweight Transactions, 
> Test/fuzz
>            Reporter: Branimir Lambov
>            Assignee: David Capwell
>            Priority: Normal
>             Fix For: 5.0-rc, 5.x
>
>         Attachments: 
> ci_summary-cassandra-5.0-99dbcac488d74480e84f92f6449cdd684a8e4fb0.html, 
> ci_summary-trunk-04336bab2c74199ac4062cd8026ee7f8fa4634e3.html
>
>          Time Spent: 3h 10m
>  Remaining Estimate: 0h
>
> Adding {{paxos_variant: v2}} to the test yaml causes all fuzz repair tests to 
> fail with
> {code}
> java.lang.NullPointerException: null
>       at 
> org.apache.cassandra.gms.EndpointStateSerializer.serializedSize(EndpointState.java:337)
>       at 
> org.apache.cassandra.gms.EndpointStateSerializer.serializedSize(EndpointState.java:300)
>       at 
> org.apache.cassandra.service.paxos.cleanup.PaxosStartPrepareCleanup$RequestSerializer.serializedSize(PaxosStartPrepareCleanup.java:176)
>       at 
> org.apache.cassandra.service.paxos.cleanup.PaxosStartPrepareCleanup$RequestSerializer.serializedSize(PaxosStartPrepareCleanup.java:147)
>       at 
> org.apache.cassandra.net.Message$Serializer.payloadSize(Message.java:1067)
>       at org.apache.cassandra.net.Message.payloadSize(Message.java:1114)
>       at 
> org.apache.cassandra.net.Message$Serializer.serializedSize(Message.java:750)
>       at org.apache.cassandra.net.Message.serializedSize(Message.java:1094)
> ...
> {code}
> This happens for all three options of {{paxos_state_purging}} and both with 
> and without {{storage_compatibility_mode: NONE}}.
> Tests still fail if {{PaxosStartPrepareCleanup}} is changed to use 
> {{EndpointState.nullableSerializer}}.



--
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