[
https://issues.apache.org/jira/browse/CASSANDRA-18455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17766771#comment-17766771
]
Andres de la Peña commented on CASSANDRA-18455:
-----------------------------------------------
This failure was reported on 18 Apr. The full skipping of tests since 4.1 (with
and without vnodes) was committed on 19 Apr, with [this
commit|https://github.com/apache/cassandra-dtest/commit/5715e36a71e261408dfd22f74f1f4b8df3983659].
So I guess the test could have been run before CASSANDRA-18396. For sure trunk
is skipping them now:
*
[dtest-novnode|https://ci-cassandra.apache.org/job/Cassandra-trunk/lastCompletedBuild/testReport/dtest-novnode.putget_test/TestPutGet/]
*
[dtest-offheap|https://ci-cassandra.apache.org/job/Cassandra-trunk/lastCompletedBuild/testReport/dtest-offheap.putget_test/TestPutGet/]
*
[dtest|https://ci-cassandra.apache.org/job/Cassandra-trunk/lastCompletedBuild/testReport/dtest.putget_test/TestPutGet/]
4.0 still runs them with vnodes, since JVM dtests don't support vnodes in that
branch:
*
[dtest-novnode|https://ci-cassandra.apache.org/job/Cassandra-4.0/lastBuild/testReport/dtest-novnode.putget_test/TestPutGet/]
*
[dtest-offheap|https://ci-cassandra.apache.org/job/Cassandra-4.0/lastBuild/testReport/dtest-offheap.putget_test/TestPutGet/]
*
[dtest|https://ci-cassandra.apache.org/job/Cassandra-4.0/lastBuild/testReport/dtest.putget_test/TestPutGet/]
I think the annotation behaves as expected, and the fix version of this ticket
should be 4.0.x.
I've started a repeated run to see if it still fails on 4.0:
*
[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/3208/workflows/60401f16-6a84-4aa9-82e7-b3fc67b0701a]
*
[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/3208/workflows/e13f54da-e0fb-434a-840e-b5a16411483c]
> Test failure: test_putget – dtest.putget_test.TestPutGet
> --------------------------------------------------------
>
> Key: CASSANDRA-18455
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18455
> Project: Cassandra
> Issue Type: Bug
> Components: CI
> Reporter: Ekaterina Dimitrova
> Priority: Normal
> Fix For: 5.x
>
>
> Seen on current trunk, here:
> [https://ci-cassandra.apache.org/blue/organizations/jenkins/Cassandra-devbranch/detail/Cassandra-devbranch/2416/tests]
> {code:java}
> Error failed on teardown with "Unexpected error found in node logs (see
> stdout for full details). Errors: [[node3] 'ERROR [PendingRangeCalculator:1]
> 2023-04-08 00:54:06,468 JVMStabilityInspector.java:68 - Exception in thread
> Thread[PendingRangeCalculator:1,5,PendingRangeCalculator]\njava.lang.AssertionError:
> Unknown keyspace system_traces\n\tat
> org.apache.cassandra.db.Keyspace.<init>(Keyspace.java:325)\n\tat
> org.apache.cassandra.db.Keyspace.lambda$open$0(Keyspace.java:163)\n\tat
> org.apache.cassandra.utils.concurrent.LoadingMap.blockingLoadIfAbsent(LoadingMap.java:105)\n\tat
>
> org.apache.cassandra.schema.Schema.maybeAddKeyspaceInstance(Schema.java:251)\n\tat
> org.apache.cassandra.db.Keyspace.open(Keyspace.java:163)\n\tat
> org.apache.cassandra.db.Keyspace.open(Keyspace.java:152)\n\tat
> org.apache.cassandra.service.PendingRangeCalculatorService.lambda$new$1(PendingRangeCalculatorService.java:58)\n\tat
>
> org.apache.cassandra.concurrent.SingleThreadExecutorPlus$AtLeastOnce.run(SingleThreadExecutorPlus.java:60)\n\tat
>
> org.apache.cassandra.concurrent.ExecutionFailure$1.run(ExecutionFailure.java:133)\n\tat
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)\n\tat
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)\n\tat
>
> io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)\n\tat
> java.lang.Thread.run(Thread.java:750)']" Stacktrace Unexpected error found
> in node logs (see stdout for full details). Errors: [[node3] 'ERROR
> [PendingRangeCalculator:1] 2023-04-08 00:54:06,468
> JVMStabilityInspector.java:68 - Exception in thread
> Thread[PendingRangeCalculator:1,5,PendingRangeCalculator]\njava.lang.AssertionError:
> Unknown keyspace system_traces\n\tat
> org.apache.cassandra.db.Keyspace.<init>(Keyspace.java:325)\n\tat
> org.apache.cassandra.db.Keyspace.lambda$open$0(Keyspace.java:163)\n\tat
> org.apache.cassandra.utils.concurrent.LoadingMap.blockingLoadIfAbsent(LoadingMap.java:105)\n\tat
>
> org.apache.cassandra.schema.Schema.maybeAddKeyspaceInstance(Schema.java:251)\n\tat
> org.apache.cassandra.db.Keyspace.open(Keyspace.java:163)\n\tat
> org.apache.cassandra.db.Keyspace.open(Keyspace.java:152)\n\tat
> org.apache.cassandra.service.PendingRangeCalculatorService.lambda$new$1(PendingRangeCalculatorService.java:58)\n\tat
>
> org.apache.cassandra.concurrent.SingleThreadExecutorPlus$AtLeastOnce.run(SingleThreadExecutorPlus.java:60)\n\tat
>
> org.apache.cassandra.concurrent.ExecutionFailure$1.run(ExecutionFailure.java:133)\n\tat
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)\n\tat
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)\n\tat
>
> io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)\n\tat
> java.lang.Thread.run(Thread.java:750)']{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]