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

Maxim Muzafarov commented on CASSANDRA-18423:
---------------------------------------------

I think I need to share some intermediate results as I have spent a few days 
investigating the cause.
 - I can confirm the issue, but the scope is a bit wider. In fact, all the 
tests with the {{.jdk11}} postfix are not run as they are stuck on the first 
one {{testLargeIndexSummary}} with an error {{{}Forked Java VM exited 
abnormally.{}}}.
 - I have failed to reproduce the issue locally using the {{testclasslist}} 
build step (or I also tried creating a new ant target to emulate the 
environment);
 - There are no logs for the failed suite on Jenkins (see the link), so it is 
difficult to find out the cause of failed tests. The error {{Forked Java VM 
exited abnormally.}} is just the tip of the iceberg, the real cause is hidden 
and alive in the agent logs (I have no access to them);
[https://nightlies.apache.org/cassandra/devbranch/Cassandra-devbranch/]

 

I have reproduced the same stack trace limiting the maximum heap size on the 
local JVM running the tests just to be sure of the possibility of such a 
scenario. The easiest way to find the real cause is to find the full log or 
fetch it from the build agent. I'll continue the investigation.

> Test failure: 
> org.apache.cassandra.io.sstable.indexsummary.IndexSummaryTest.testLargeIndexSummary
> -------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-18423
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18423
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Feature/2i Index
>            Reporter: Brandon Williams
>            Assignee: Maxim Muzafarov
>            Priority: Normal
>             Fix For: 5.x
>
>         Attachments: image-1.png, image.png
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Failed 6 times in the last 6 runs. Flakiness: 0%, Stability: 0%
> {noformat}
> unit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
> note the time in the report does not reflect the time until the VM exit.
>       at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>       at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at java.base/java.util.Vector.forEach(Vector.java:1394)
>       at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>       at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>       at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at java.base/java.util.Vector.forEach(Vector.java:1394)
> {noformat}
> Note that only the 'default' version of this test is failing: 
> https://butler.cassandra.apache.org/#/ci/upstream/workflow/Cassandra-trunk/failure/org.apache.cassandra.io.sstable.indexsummary/IndexSummaryTest/testLargeIndexSummary



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to