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

deal with read-your-own-writes for txns and snapshots #44

Open
dotnwat opened this issue Jan 13, 2018 · 1 comment
Open

deal with read-your-own-writes for txns and snapshots #44

dotnwat opened this issue Jan 13, 2018 · 1 comment

Comments

@dotnwat
Copy link
Member

dotnwat commented Jan 13, 2018

7dc2521

see rocksdb transaction interface

@dotnwat
Copy link
Member Author

dotnwat commented Jan 13, 2018

turns out the issue i was observing was actually because the read immediately after the txn committed was not taking the db lock when copying the root pointer. otherwise the original version with the commit referenced in this issue description would have worked. in either case, we should consider how best to handle this and look at rocksdb for guidance. 7dc2521 and dc9afac

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

No branches or pull requests

1 participant