Skip to content

Trunk accord changes #4204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 13 commits into from
Closed

Conversation

ifesdjeen
Copy link
Contributor

No description provided.

ifesdjeen and others added 13 commits June 18, 2025 10:19
  * Ignore storage compat mode errors
  * Fix restart test (Cannot invoke "org.slf4j.Logger.debug(String, Object, Object)" because "this.inInstancelogger" is null)
  * Always speculate in accord replacement test to avoid read timeouts
  * Make sure not to cleanup fields before persisting them
        Background: we would clean up redundantBefore and some other fields.
        We are calling persistFieldUpdates, during which we "flush" field updates to command store, but then set it back to null:
            fieldUpdates = null;
        so when we get to persistFieldUpdatesInternal in AccordTask, we don't have any field updates.

Patch by Alex Petrov; reviewed by Benedict Elliott Smith for CASSANDRA-20718
Patch by Alex Petrov; reviewed by Benedict Elliott Smith for CASSANDRA-20661
…UNSAFE_STARTUP

Background: we want to have an escape hatch to pull / copy journal files to investigate locally, but at that stage, we would rather allow the cluster to skip a log entry rather than wipe an entire cluster.

Patch by Alex Petrov; reviewed by Benedict Elliott Smith for CASSANDRA-20702
…ReconstructLogState

Patch by Sam Tunnicliffe; reviewed by Alex Petrov for CASSANDRA-20719

Co-authored-by: Sam Tunnicliffe <[email protected]>
Patch by Benedict Elliott Smith; reviewed by Alex Petrov for CASSANDRA-20718
* Make sure to wait for Mutation stage quiesence during replay
* Fix visiting same key multiple times during replay

Patch by Alex Petrov; reviewed by Benedict Elliott Smith for CASSANDRA-20675
  * Further relax conditions of 'unsafe' startup
  * Allow skipping unfinished allocations
  * Relax assertion: allow same key accross multiple different stores
  * Fix SegmentTest

Patch by Alex Petrov; reviewed by Benedict Elliott Smith for CASSANDRA-20718
Patch by Alex Petrov; reviewed by Benedict Elliott Smith for CASSANDRA-20689
Patch by Alex Petrov; reviewed by Benedict Elliott Smith for CASSANDRA-20718
Patch by Alex Petrov; reviewed by Benedict Elliott Smith for CASSANDRA-20703
… active epochs/topologies

Patch by Alex Petrov; reviewed by Benedict Elliott Smith for CASSANDRA-20702
  * Fix typos in AccordDebugKeyspace
  * Make durability service listen to topology changes
  * Account for truncated epoch when computing the low bound
  * Add a test to make sure GC issues do not slip past us in the future
  * Fix compilation

 Patch by Alex Petrov; reviewed by Benedict Elliott Smith for CASSANDRA-20718
…pology can not be fetched

Patch by Alex Petrov; reviewed by Benedict Elliott Smith for CASSANDRA-20716
@ifesdjeen ifesdjeen requested a review from belliottsmith June 18, 2025 08:22
@ifesdjeen ifesdjeen closed this by deleting the head repository Jul 1, 2025
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