Skip to content

[CASSANDRA-20091][5.0] Fix flakiness in CommitLogSegmentManagerCDCTest#4918

Open
netudima wants to merge 2 commits into
apache:cassandra-5.0from
netudima:CASSANDRA-20091-5.0
Open

[CASSANDRA-20091][5.0] Fix flakiness in CommitLogSegmentManagerCDCTest#4918
netudima wants to merge 2 commits into
apache:cassandra-5.0from
netudima:CASSANDRA-20091-5.0

Conversation

@netudima

@netudima netudima commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

restore deleteCDCRawFiles logic which is present in 6.0 and trunk but probably lost in 5.0 due to merges Files may be concurrently removed by the CDC management thread, so we tolerate a file that has already been deleted rather than failing the test.

Patch by Dmitry Konstantinov; reviewed by TBD for CASSANDRA-20091

restore deleteCDCRawFiles logic which is present in 6.0 and trunk but probably lost in 5.0 due to merges
Files may be concurrently removed by the CDC management thread, so we tolerate a file that has already been deleted rather than failing the test.

Patch by Dmitry Konstantinov; reviewed by TBD for CASSANDRA-20091
…stractCommitLogSegmentManager.forceRecycleAll(AbstractCommitLogSegmentManager.java:360)

it is already fixed in 6.0/trunk
cleanup test data after run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants