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

[jira] [Created] (CASSANDRA-17366) Fix flaky test - upgrade_tests.gossip_test.TestGossip

Aleksei Zotov created CASSANDRA-17366:
-----------------------------------------

             Summary: Fix flaky test - upgrade_tests.gossip_test.TestGossip
                 Key: CASSANDRA-17366
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17366
             Project: Cassandra
          Issue Type: Task
            Reporter: Aleksei Zotov


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-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org