-
Notifications
You must be signed in to change notification settings - Fork 647
Fix race between table merge and borrowed gc compaction. Fixes #3154. #3164
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
Fix race between table merge and borrowed gc compaction. Fixes #3154. #3164
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.