-
Notifications
You must be signed in to change notification settings - Fork 694
Compatibility for asynchronous compaction #14569
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
Compatibility for asynchronous compaction #14569
Conversation
⚪
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪
🟡
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪
🟡
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪
🔴
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪
🟡
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪
🟡
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪
🟡
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
89d3412
into
ydb-platform:stable-24-4
Changelog entry
Asynchronous compaction will work in version 25-1. During the transition period, versions 24-4 and 25-1 can run simultaneously on the cluster. We need to prepare version 24-4 to work with the new blob keys.
At the start, the actor of the partition checks whether the keys from version 25-1 are still there. If there are any left, it removes the superfluous ones and renames those that the compact did not reach.
Changelog category
Additional information
...