[
https://issues.apache.org/jira/browse/CASSANDRA-18423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17728832#comment-17728832
]
Maxim Muzafarov edited comment on CASSANDRA-18423 at 6/2/23 5:13 PM:
---------------------------------------------------------------------
[~e.dimitrova],
I guess the reason that the CircleCI tests are green is that in fact Jenkins
and the CircleCI tests configuration differ a bit:
- the checkstyle is skipped for the CircleCI before building and running
tests: https://issues.apache.org/jira/browse/CASSANDRA-18000
- the same for the checkstyle on Jenkins is not true:
https://issues.apache.org/jira/browse/CASSANDRA-18017
I think CASSANDRA-18017 might help in this case to solve the issue (I'm also
not able to test that patch), but Michael said he had another solution for
that. My theory is that because the new version of checkstyle needs more heap
to do all the checks, the JVM is unable to allocate enough memory and that's
why it fails, but I'll have to check this to be sure.
was (Author: mmuzaf):
[~e.dimitrova],
I guess the reason that the CircleCI tests are green is that in fact Jenkins
and the CircleCI tests configuration differ a bit:
- the checkstyle is skipped for the CircleCI before building and running tests:
https://issues.apache.org/jira/browse/CASSANDRA-18000
- the same for the checkstyle on Jenkins is not true:
https://issues.apache.org/jira/browse/CASSANDRA-18017
I think CASSANDRA-18017 might help in this case to solve the issue (I'm also
not able to test that patch), but Michael said he had another solution for
that.
> 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]