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

Lock both read/write set items in tryCommit #1

Open
frags51 opened this issue Oct 17, 2019 · 0 comments
Open

Lock both read/write set items in tryCommit #1

frags51 opened this issue Oct 17, 2019 · 0 comments

Comments

@frags51
Copy link
Owner

frags51 commented Oct 17, 2019

The current version assumes that a transaction does both read and write to all the data items it accesses.

Create a new ordered set from both readSet and writeSet, and lock all the data items (follow the natural order while locking, that's why the new set!)

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