[
https://issues.apache.org/jira/browse/CASSANDRA-20550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17944791#comment-17944791
]
David Capwell commented on CASSANDRA-20550:
-------------------------------------------
CI results are almost in, and there is a failure with HarrySimulation being
timed out by junit, I reran locally to confirm its passing
{code}
$ ant test-simulator-dtest -Dtest.name=HarrySimulatorTest
...
BUILD SUCCESSFUL
Total time: 1 minute 17 seconds
{code}
> AST fuzz tests can be flakey in multi node clusters due to ephemeral read
> errors caused by a race condition issue with SAIUtils test class
> ------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: CASSANDRA-20550
> URL: https://issues.apache.org/jira/browse/CASSANDRA-20550
> Project: Apache Cassandra
> Issue Type: Bug
> Components: Test/fuzz
> Reporter: David Capwell
> Assignee: David Capwell
> Priority: Normal
> Fix For: 5.x
>
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> SAIUtil only checks the status for the indexes on node1, which knows that
> node2/node3 have completed the indexing... but doesn't confirm that node2
> knows about node3 or that node3 knows about node2... this causes a flaky race
> condition where we start a query on node2, node2 then sees that node3 is
> still building the index (it isn't, this is based off gossip), so node2
> rejects the query!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]