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

Ekaterina Dimitrova commented on CASSANDRA-17366:
-------------------------------------------------

Thanks for checking back for when it was committed. Our jobs to run in a loop 
the tests were added after that time, this bisect just shows me one more time 
how useful and important is for us to be running new tests in a loop before 
commit. I am glad they were added.

So on commit and now it was failing with the same frequency, right? But I saw 
you ran it only with 4.0 to confirm that. 

I just ran it with the same circle config with trunk  
[here|https://app.circleci.com/pipelines/github/ekaterinadimitrova2/cassandra/1499/workflows/2b7e411a-78a2-44f8-9d2c-c6b645df953c/jobs/9754/parallel-runs/2?filterBy=ALL]

It hasn't finished yet, there are 3 failures... if there are more maybe we need 
to investigate what made it fail more often? WDYT?

> Fix flaky test - gossip_test.TestGossip
> ---------------------------------------
>
>                 Key: CASSANDRA-17366
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17366
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Cluster/Gossip
>            Reporter: Aleksei Zotov
>            Assignee: Brandon Williams
>            Priority: Normal
>             Fix For: 4.0.x, 4.x
>
>
> We can see many failures for 4.x branch:
> test_2dc_parallel_startup_one_seed 
> ([916|https://ci-cassandra.apache.org/job/Cassandra-trunk/916/testReport/dtest-offheap.gossip_test/TestGossip],
>   
> [920|https://ci-cassandra.apache.org/job/Cassandra-trunk/920/testReport/dtest.gossip_test/TestGossip,])
> test_2dc_parallel_startup 
> ([929|https://ci-cassandra.apache.org/job/Cassandra-trunk/929/testReport/dtest-novnode.gossip_test/TestGossip],
>  
> [931|https://ci-cassandra.apache.org/job/Cassandra-trunk/931/testReport/dtest.gossip_test/TestGossip],
>  
> [936|https://ci-cassandra.apache.org/job/Cassandra-trunk/936/testReport/dtest-novnode.gossip_test/TestGossip])
> test_2dc_parallel_startup_one_seed 
> ([916|https://ci-cassandra.apache.org/job/Cassandra-trunk/916/testReport/dtest-offheap.gossip_test/TestGossip],
>  
> [920|https://ci-cassandra.apache.org/job/Cassandra-trunk/920/testReport/dtest.gossip_test/TestGossip/])
> The error is always the same:
> {code:java}
> Unexpected error found in node logs (see stdout for full details). Errors: 
> [ERROR [main] 2022-01-26 10:53:12,866 CassandraDaemon.java:900 - Exception 
> encountered during startup
> java.lang.RuntimeException: Didn't receive schemas for all known versions 
> within the timeout. Use -Dcassandra.skip_schema_check=true to skip this check.
>       at 
> org.apache.cassandra.service.StorageService.waitForSchema(StorageService.java:1037)
>       at 
> org.apache.cassandra.dht.BootStrapper.allocateTokens(BootStrapper.java:232)
>       at 
> org.apache.cassandra.dht.BootStrapper.getBootstrapTokens(BootStrapper.java:180)
>       at 
> org.apache.cassandra.service.StorageService.joinTokenRing(StorageService.java:1089)
>       at 
> org.apache.cassandra.service.StorageService.joinTokenRing(StorageService.java:1043)
>       at 
> org.apache.cassandra.service.StorageService.initServer(StorageService.java:821)
>       at 
> org.apache.cassandra.service.StorageService.initServer(StorageService.java:751)
>       at 
> org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:417)
>       at 
> org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:754)
>       at 
> org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:878), 
> ERROR [main] 2022-01-26 10:53:12,866 CassandraDaemon.java:900 - Exception 
> encountered during startup
> java.lang.RuntimeException: Didn't receive schemas for all known versions 
> within the timeout. Use -Dcassandra.skip_schema_check=true to skip this check.
>       at 
> org.apache.cassandra.service.StorageService.waitForSchema(StorageService.java:1037)
>       at 
> org.apache.cassandra.dht.BootStrapper.allocateTokens(BootStrapper.java:232)
>       at 
> org.apache.cassandra.dht.BootStrapper.getBootstrapTokens(BootStrapper.java:180)
>       at 
> org.apache.cassandra.service.StorageService.joinTokenRing(StorageService.java:1089)
>       at 
> org.apache.cassandra.service.StorageService.joinTokenRing(StorageService.java:1043)
>       at 
> org.apache.cassandra.service.StorageService.initServer(StorageService.java:821)
>       at 
> org.apache.cassandra.service.StorageService.initServer(StorageService.java:751)
>       at 
> org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:417)
>       at 
> org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:754)
>       at 
> org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:878)] 
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to