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

Make versions transactional #68

Open
asmeurer opened this issue May 28, 2020 · 0 comments
Open

Make versions transactional #68

asmeurer opened this issue May 28, 2020 · 0 comments

Comments

@asmeurer
Copy link
Collaborator

It should be possible make versions transactional, so that a partially written version doesn't get read from the versioning reader. This could matter for race conditions for single writer/multiple reader models. It could also affect if the writer fails. Right now it tries to delete the version on failure, but that can't affect things like if Python crashes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants