You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Berenguer Blasi (Jira)" <ji...@apache.org> on 2022/07/01 05:17:00 UTC

[jira] [Commented] (CASSANDRA-17636) Test Failure: org.apache.cassandra.distributed.upgrade.MixedModeFrom3ReplicationTest.testSimpleStrategy

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

Berenguer Blasi commented on CASSANDRA-17636:
---------------------------------------------

^good job, this is great news [~jonmeredith]! :-) I have reviewed the 4.1 run (trunk failed on some javadoc) and these errors are cleared. We're only left with timeouts and some ip collisions. I am pretty sure they all had the same underlying cause so I will go ahead and close all those duplicates. We can always reopen if needed.

> Test Failure: org.apache.cassandra.distributed.upgrade.MixedModeFrom3ReplicationTest.testSimpleStrategy
> -------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-17636
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17636
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Test/dtest/java
>            Reporter: Andres de la Peña
>            Assignee: Jon Meredith
>            Priority: Normal
>             Fix For: 4.1-beta, 4.1.x, 4.x
>
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> The upgrade in-JVM dtest {{org.apache.cassandra.distributed.upgrade.MixedModeFrom3ReplicationTest.testSimpleStrategy}} is flaky on 4.1 and trunk.
> Jenkins failure:
> https://ci-cassandra.apache.org/job/Cassandra-4.1/21/testReport/org.apache.cassandra.distributed.upgrade/MixedModeFrom3UnloggedBatchTest/testSimpleStrategy/
> https://ci-cassandra.apache.org/job/Cassandra-trunk/1149/testReport/org.apache.cassandra.distributed.upgrade/MixedModeFrom3ReplicationTest/testSimpleStrategy_2/
> Circle failure:
> https://app.circleci.com/pipelines/github/adelapena/cassandra/1564/workflows/e8dbd50a-d574-4ef8-a741-795a93cd3e85/jobs/16725
> Error Message:
> {code}
> Uncaught exceptions were thrown during test
> {code}
> Stacktrace:
> {code}
> org.apache.cassandra.distributed.shared.ShutdownException: Uncaught exceptions were thrown during test
> 	at org.apache.cassandra.distributed.impl.AbstractCluster.checkAndResetUncaughtExceptions(AbstractCluster.java:1056)
> 	at org.apache.cassandra.distributed.impl.AbstractCluster.close(AbstractCluster.java:1042)
> 	at org.apache.cassandra.distributed.upgrade.UpgradeTestBase$TestCase.run(UpgradeTestBase.java:239)
> 	at org.apache.cassandra.distributed.upgrade.MixedModeBatchTestBase.testSimpleStrategy(MixedModeBatchTestBase.java:78)
> 	at org.apache.cassandra.distributed.upgrade.MixedModeBatchTestBase.testSimpleStrategy(MixedModeBatchTestBase.java:48)
> 	at org.apache.cassandra.distributed.upgrade.MixedModeFrom3UnloggedBatchTest.testSimpleStrategy(MixedModeFrom3UnloggedBatchTest.java:36)
> 	Suppressed: java.lang.RuntimeException: java.lang.AssertionError
> 		at org.apache.cassandra.net.InboundSink.accept(InboundSink.java:108)
> 		at org.apache.cassandra.distributed.impl.Instance.lambda$null$6(Instance.java:495)
> 		at org.apache.cassandra.concurrent.ExecutionFailure$1.run(ExecutionFailure.java:124)
> 		at org.apache.cassandra.concurrent.SEPWorker.run(SEPWorker.java:120)
> 		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
> 		at java.lang.Thread.run(Thread.java:748)
> 	Caused by: java.lang.AssertionError
> 		at org.apache.cassandra.locator.TokenMetadata.firstTokenIndex(TokenMetadata.java:1171)
> 		at org.apache.cassandra.locator.TokenMetadata.firstToken(TokenMetadata.java:1185)
> 		at org.apache.cassandra.locator.AbstractReplicationStrategy.getNaturalReplicas(AbstractReplicationStrategy.java:95)
> 		at org.apache.cassandra.locator.AbstractReplicationStrategy.getLocalReplicaFor(AbstractReplicationStrategy.java:111)
> 		at org.apache.cassandra.db.ReadCommandVerbHandler.validateTransientStatus(ReadCommandVerbHandler.java:108)
> 		at org.apache.cassandra.db.ReadCommandVerbHandler.doVerb(ReadCommandVerbHandler.java:50)
> 		at org.apache.cassandra.net.InboundSink.lambda$new$0(InboundSink.java:78)
> 		at org.apache.cassandra.net.InboundSink.accept(InboundSink.java:97)
> 	Suppressed: java.lang.RuntimeException: java.lang.AssertionError
> 		at org.apache.cassandra.net.InboundSink.accept(InboundSink.java:108)
> 		at org.apache.cassandra.distributed.impl.Instance.lambda$null$6(Instance.java:495)
> 		at org.apache.cassandra.concurrent.ExecutionFailure$1.run(ExecutionFailure.java:124)
> 		at org.apache.cassandra.concurrent.SEPWorker.run(SEPWorker.java:120)
> 		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
> 		at java.lang.Thread.run(Thread.java:748)
> 	Caused by: java.lang.AssertionError
> 		at org.apache.cassandra.locator.TokenMetadata.firstTokenIndex(TokenMetadata.java:1171)
> 		at org.apache.cassandra.locator.TokenMetadata.firstToken(TokenMetadata.java:1185)
> 		at org.apache.cassandra.locator.AbstractReplicationStrategy.getNaturalReplicas(AbstractReplicationStrategy.java:95)
> 		at org.apache.cassandra.locator.AbstractReplicationStrategy.getLocalReplicaFor(AbstractReplicationStrategy.java:111)
> 		at org.apache.cassandra.db.ReadCommandVerbHandler.validateTransientStatus(ReadCommandVerbHandler.java:108)
> 		at org.apache.cassandra.db.ReadCommandVerbHandler.doVerb(ReadCommandVerbHandler.java:50)
> 		at org.apache.cassandra.net.InboundSink.lambda$new$0(InboundSink.java:78)
> 		at org.apache.cassandra.net.InboundSink.accept(InboundSink.java:97)
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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