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

Andres de la Peña commented on CASSANDRA-18948:
-----------------------------------------------

This set of repeated runs hasn't been able to reproduce the issue on 4.1, 5.0 
or trunk:
||Branch||CI||
|4.1|[j8 
|https://app.circleci.com/pipelines/github/adelapena/cassandra/3300/workflows/86cb537b-7696-4fb5-baff-99030248c836]
 
[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/3300/workflows/0a0ee03c-2ec5-4f27-afd5-486567329200]|
|5.0|[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/3302/workflows/9b6f5504-613b-408d-90cb-4f1257786023]
 
[j17|https://app.circleci.com/pipelines/github/adelapena/cassandra/3302/workflows/ee2dfe2a-136f-4bd3-9594-1c54815499c5]|
|trunk|[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/3301/workflows/6d3b8411-fdee-4221-bb5f-e224fef9a8e3]
 
[j17|https://app.circleci.com/pipelines/github/adelapena/cassandra/3301/workflows/d63f95e6-a8af-4dd7-bcc2-b1c592b1d77e]|

This additional run with more repetitions hasn't found it either:
||Branch||CI||
|4.1|[j8 
|https://app.circleci.com/pipelines/github/adelapena/cassandra/3306/workflows/f1ecad1a-72c3-46ab-8a03-f3967fec8307]
 
[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/3306/workflows/09ed7527-9859-49b6-b1cf-4f8f582097e8]|
|5.0|[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/3304/workflows/0cfb3554-15ad-4b86-a1c8-63eedeb1d0ba]
 
[j17|https://app.circleci.com/pipelines/github/adelapena/cassandra/3304/workflows/b72e54e5-4c15-4136-ada1-7bedee8f4f7d]|
|trunk|[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/3305/workflows/966c401c-3ed5-4418-9913-49dd62e71092]
 
[j17|https://app.circleci.com/pipelines/github/adelapena/cassandra/3305/workflows/1936dc72-59f6-440f-9f9d-163a36a8c2a3]|

However, the runs have hit some other failures in 
{{{}CommitLogSegmentManagerCDCTest{}}}:

4.1:
 * testSegmentFlaggingWithNonblockingOnCreation 
([UncheckedIOException|https://app.circleci.com/pipelines/github/adelapena/cassandra/3306/workflows/09ed7527-9859-49b6-b1cf-4f8f582097e8/jobs/89792/tests])
 * testSwitchingCDCWriteModes ([Received unexpected 
CDCState|https://app.circleci.com/pipelines/github/adelapena/cassandra/3300/workflows/0a0ee03c-2ec5-4f27-afd5-486567329200/jobs/89414/tests])
 (CASSANDRA-17542)

5.0:
 * testNonblockingShouldMaintainSteadyDiskUsage ([Actual size (0) should be at 
least the mutation 
size|https://app.circleci.com/pipelines/github/adelapena/cassandra/3304/workflows/0cfb3554-15ad-4b86-a1c8-63eedeb1d0ba/jobs/89798/tests])
 * testCompletedFlag 
([Timeout|https://app.circleci.com/pipelines/github/adelapena/cassandra/3304/workflows/0cfb3554-15ad-4b86-a1c8-63eedeb1d0ba/jobs/89798/tests])

trunk:
 * testCompletedFlag 
([Timeout|https://app.circleci.com/pipelines/github/adelapena/cassandra/3305/workflows/966c401c-3ed5-4418-9913-49dd62e71092/jobs/89802/tests])

All these have a flakiness lesser than 1% and haven't been seen on Butler. The 
most frequent failure is that of {{testCompletedFlag}}.

> Test failure: 
> org.apache.cassandra.db.commitlog.CommitLogSegmentManagerCDCTest.testReplayLogic-compression.jdk17.arch=x86_64.python2.7
>  
> ---------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-18948
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18948
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Test/unit
>            Reporter: Ekaterina Dimitrova
>            Priority: Normal
>             Fix For: 5.0-rc
>
>
> Seen here:
> https://ci-cassandra.apache.org/job/Cassandra-5.0/71/testReport/org.apache.cassandra.db.commitlog/CommitLogSegmentManagerCDCTest/testReplayLogic_compression_jdk17_arch_x86_64_python2_7/
> h3.  
> {code:java}
> Error Message
> Missing old CDCIndexData in new set after replay: 
> CommitLog-7-1697673230997_cdc.idx,1747785 List of CDCIndexData in new set of 
> indexes after replay: CommitLog-7-1697673230996_cdc.idx,3510561 
> CommitLog-7-1697673230998_cdc.idx,3509214
> Stacktrace
> junit.framework.AssertionFailedError: Missing old CDCIndexData in new set 
> after replay: CommitLog-7-1697673230997_cdc.idx,1747785 List of CDCIndexData 
> in new set of indexes after replay: CommitLog-7-1697673230996_cdc.idx,3510561 
> CommitLog-7-1697673230998_cdc.idx,3509214 at 
> org.apache.cassandra.db.commitlog.CommitLogSegmentManagerCDCTest.testReplayLogic(CommitLogSegmentManagerCDCTest.java:319)
>  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method) at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> {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]

Reply via email to