[
https://issues.apache.org/jira/browse/CASSANDRA-17975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17620488#comment-17620488
]
Brandon Williams commented on CASSANDRA-17975:
----------------------------------------------
Indeed this failed in CI but it looked environmental. The test is expecting
the jvm to crash, which can be seen before this commit:
{quote}
[junit-timeout] ERROR 18:09:37 Exception in thread
Thread[node1_isolatedExecutor:1,5,isolatedExecutor]
[junit-timeout] java.lang.RuntimeException:
org.apache.cassandra.tools.SystemExitException
[junit-timeout] at
org.apache.cassandra.distributed.impl.Instance.lambda$startup$12(Instance.java:734)
[junit-timeout] at
org.apache.cassandra.concurrent.FutureTask$1.call(FutureTask.java:96)
[junit-timeout] at
org.apache.cassandra.concurrent.FutureTask.call(FutureTask.java:61)
[junit-timeout] at
org.apache.cassandra.concurrent.FutureTask.run(FutureTask.java:71)
[junit-timeout] at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit-timeout] at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit-timeout] at
io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
[junit-timeout] at java.lang.Thread.run(Thread.java:750)
[junit-timeout] Caused by: org.apache.cassandra.tools.SystemExitException: null
[junit-timeout] at
org.apache.cassandra.distributed.shared.ClusterUtils$1.checkExit(ClusterUtils.java:925)
[junit-timeout] at java.lang.Runtime.exit(Runtime.java:107)
[junit-timeout] at java.lang.System.exit(System.java:973)
[junit-timeout] at
org.apache.cassandra.service.CassandraDaemon.exitOrFail(CassandraDaemon.java:902)
[junit-timeout] at
org.apache.cassandra.service.CassandraDaemon.runStartupChecks(CassandraDaemon.java:494)
[junit-timeout] at
org.apache.cassandra.distributed.impl.Instance.lambda$startup$12(Instance.java:598)
[junit-timeout] ... 7 common frames omitted
[junit-timeout] ERROR [node1_isolatedExecutor:1] node1 2022-10-19 13:09:37,360
JVMStabilityInspector.java:68 - Exception in thread
Thread[node1_isolatedExecutor:1,5,isolatedExecutor]
[junit-timeout] java.lang.RuntimeException:
org.apache.cassandra.tools.SystemExitException
[junit-timeout] at
org.apache.cassandra.distributed.impl.Instance.lambda$startup$12(Instance.java:734)
[junit-timeout] at
org.apache.cassandra.concurrent.FutureTask$1.call(FutureTask.java:96)
[junit-timeout] at
org.apache.cassandra.concurrent.FutureTask.call(FutureTask.java:61)
[junit-timeout] at
org.apache.cassandra.concurrent.FutureTask.run(FutureTask.java:71)
[junit-timeout] at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit-timeout] at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit-timeout] at
io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
[junit-timeout] at java.lang.Thread.run(Thread.java:750)
[junit-timeout] Caused by: org.apache.cassandra.tools.SystemExitException: null
[junit-timeout] at
org.apache.cassandra.distributed.shared.ClusterUtils$1.checkExit(ClusterUtils.java:925)
[junit-timeout] at java.lang.Runtime.exit(Runtime.java:107)
[junit-timeout] at java.lang.System.exit(System.java:973)
[junit-timeout] at
org.apache.cassandra.service.CassandraDaemon.exitOrFail(CassandraDaemon.java:902)
[junit-timeout] at
org.apache.cassandra.service.CassandraDaemon.runStartupChecks(CassandraDaemon.java:494)
[junit-timeout] at
org.apache.cassandra.distributed.impl.Instance.lambda$startup$12(Instance.java:598)
[junit-timeout] ... 7 common frames omitted
[junit-timeout] DEBUG [node1_isolatedExecutor:1] node1 2022-10-19 13:09:37,364
HeapUtils.java:134 - Heap dump creation on uncaught exceptions is disabled.
[junit-timeout] DEBUG [node1_isolatedExecutor:1] node1 2022-10-19 13:09:37,364
HeapUtils.java:134 - Heap dump creation on uncaught exceptions is disabled.
BUILD SUCCESSFUL
{quote}
and now we are crashing hard:
{quote}
[junit-timeout] Testcase:
org.apache.cassandra.distributed.test.SSTableIdGenerationTest:testRestartWithUUIDDisabled:
Caused an ERROR
[junit-timeout] Forked Java VM exited abnormally. Please note the time in the
report does not reflect the time until the VM exit.
[junit-timeout] junit.framework.AssertionFailedError: Forked Java VM exited
abnormally. Please note the time in the report does not reflect the time until
the VM exit.
[junit-timeout] at java.util.Vector.forEach(Vector.java:1277)
[junit-timeout] at java.util.Vector.forEach(Vector.java:1277)
[junit-timeout]
[junit-timeout]
[junit-timeout] Test
org.apache.cassandra.distributed.test.SSTableIdGenerationTest FAILED (crashed)
BUILD FAILED
{quote}
> testRestartWithUUIDDisabled fails on trunk after CASSANDRA-17948
> ----------------------------------------------------------------
>
> Key: CASSANDRA-17975
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17975
> Project: Cassandra
> Issue Type: Bug
> Components: CI
> Reporter: Ekaterina Dimitrova
> Assignee: Stefan Miklosovic
> Priority: Normal
> Fix For: 4.x
>
>
> The test is failing consistently on trunk after CASSANDRA-17948
> CC [~stefan.miklosovic] and [~brandon.williams]
> [https://butler.cassandra.apache.org/#/ci/upstream/compare/Cassandra-trunk/trunk]
> {code:java}
> junit.framework.AssertionFailedError: Forked Java VM exited abnormally.
> Please note the time in the report does not reflect the time until the VM
> exit. at java.util.Vector.forEach(Vector.java:1277) at
> java.util.Vector.forEach(Vector.java:1277) at
> java.util.Vector.forEach(Vector.java:1277) at
> org.apache.cassandra.anttasks.TestHelper.execute(TestHelper.java:53) at
> java.util.Vector.forEach(Vector.java:1277)
> {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]