-
Notifications
You must be signed in to change notification settings - Fork 606
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
DataShard: table merge and borrowed compaction race #3154
Labels
bug
Something isn't working
Comments
snaury
added a commit
to snaury/ydb
that referenced
this issue
Mar 26, 2024
snaury
added a commit
to snaury/ydb
that referenced
this issue
Mar 26, 2024
snaury
added a commit
that referenced
this issue
Mar 26, 2024
snaury
added a commit
that referenced
this issue
Mar 26, 2024
This was referenced Mar 29, 2024
Merged
This was referenced Apr 4, 2024
Merged
This was referenced Apr 6, 2024
SammyVimes
pushed a commit
to SammyVimes/ydb
that referenced
this issue
Apr 9, 2024
This was referenced Apr 16, 2024
Closed
This was referenced Jun 7, 2024
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Turns out #2286 introduced a race, when datashard allows local database to compact borrowed data before all borrowed data is actually loaded and merged into the table. This may cause local database compaction to later fail due to unexpected epoch invariant violations.
The text was updated successfully, but these errors were encountered: