[FIX] Improve user and mailbox renaming#3065
Open
chibenwa wants to merge 12 commits into
Open
Conversation
Carry over truth table from MailboxManager
…thV3 registration and recover from failed mailboxPathV3 deletion upon rename
Improve overall atomicity Please note that we do not address TOCTOU races. We also do not need serial for destination mailbix as it is gated by an idempotent DELETE...IF NOT EXIST
Contributor
Author
|
Please note that achieving linearisability of a cross partition, multi-table operation is impossible with classic LWTs. To achieve such kind of level of consistency, ACCORD (CEP-15) delivered G.A in Cassandra 6.0 is needed. In the meantime the proposed version is likely amongst the "least bad options". |
Contributor
Author
|
Edit: I will add a last commit - as an admin I want to have an automated way to recover all type of inconsistencies... Proceeding with merges if need be. |
quantranhong1999
approved these changes
Jun 17, 2026
c66f6d0 to
b0d6c04
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Disclaimer: This work had been assisted with AI, namely:
However I did invest significant amount of time doing the initial implems then refined with AI.