Skip to content
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

Transaction Race Corruption #201

Merged
merged 2 commits into from
Apr 14, 2024
Merged

Transaction Race Corruption #201

merged 2 commits into from
Apr 14, 2024

Conversation

dimitribouniol
Copy link
Member

  • Fixed a race that could occur where a long running read-only transaction could overwrite writes that just occurred.
  • Added assertions to ensure read-only transactions don't process mutations accidentally.

@dimitribouniol dimitribouniol self-assigned this Apr 14, 2024
@dimitribouniol dimitribouniol merged commit 381b8d7 into main Apr 14, 2024
2 checks passed
@dimitribouniol dimitribouniol deleted the dimitri/transaction-race branch April 14, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant