-
Notifications
You must be signed in to change notification settings - Fork 621
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
24-1: Fix race between table merge and borrowed gc compaction. Fixes #3154. #3165
24-1: Fix race between table merge and borrowed gc compaction. Fixes #3154. #3165
Conversation
⚪
|
⚪
|
Changelog entry
Fixed a race between table merge and borrowed gc compaction.
Changelog category
Additional information
A fix in #2286 introduced a race, where datashard allowed local database to compact borrowed data before all borrowed data is actually loaded and merged into the table. This caused local database borrowed compaction to later fail due to unexpected epoch invariant violations.
Fixes #3154.