Details
-
Bug
-
Status: Open
-
Normal
-
Resolution: Unresolved
-
None
-
Correctness - Test Failure
-
Normal
-
Normal
-
Unit Test
-
All
-
None
Description
The in-mem dtest fail from time to time:
nodeDownDuringMove - org.apache.cassandra.distributed.test.GossipTest java.lang.RuntimeException: java.lang.IllegalStateException: Unable to contact any seeds!
https://circleci.com/gh/Instagram/cassandra/98
More details:
Testcase: nodeDownDuringMove(org.apache.cassandra.distributed.test.GossipTest): Caused an ERROR java.lang.IllegalStateException: Unable to contact any seeds! java.lang.RuntimeException: java.lang.IllegalStateException: Unable to contact any seeds! at org.apache.cassandra.distributed.impl.IsolatedExecutor.waitOn(IsolatedExecutor.java:166) at org.apache.cassandra.distributed.impl.IsolatedExecutor.lambda$sync$4(IsolatedExecutor.java:69) at org.apache.cassandra.distributed.impl.Instance.startup(Instance.java:322) at org.apache.cassandra.distributed.impl.AbstractCluster$Wrapper.startup(AbstractCluster.java:148) at org.apache.cassandra.distributed.test.GossipTest.nodeDownDuringMove(GossipTest.java:96) Caused by: java.lang.IllegalStateException: Unable to contact any seeds! at org.apache.cassandra.service.StorageService.bootstrap(StorageService.java:1261) at org.apache.cassandra.service.StorageService.joinTokenRing(StorageService.java:921) at org.apache.cassandra.distributed.impl.Instance.lambda$startup$6(Instance.java:301) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.cassandra.concurrent.NamedThreadFactory.lambda$threadLocalDeallocator$0(NamedThreadFactory.java:83) at java.lang.Thread.run(Thread.java:748) Test org.apache.cassandra.distributed.test.GossipTest FAILED
Attachments
Issue Links
- is duplicated by
-
CASSANDRA-17348 Fix flaky test - org.apache.cassandra.distributed.test.GossipTest.nodeDownDuringMove
- Resolved
- is related to
-
CASSANDRA-16238 Fix flaky jvm-dtests that fail with Unable to contact any seeds
- Resolved