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

lib: Enable irrevocability if transaction reaches upper bound of retries #141

Merged
merged 1 commit into from Oct 18, 2017

Conversation

tdz
Copy link
Member

@tdz tdz commented Oct 18, 2017

This patch adds an upper bound to the number of retries per transaction.
Once the limit has been reached by a transaction, the transaction
switches to irrevocability. This change guarantees progress even on a
system with a large number of conflicting transctions.

This patch adds an upper bound to the number of retries per transaction.
Once the limit has been reached by a transaction, the transaction
switches to irrevocability. This change guarantees progress even on a
system with a large number of conflicting transctions.
@tdz tdz added this to the picotm 0.7.0 milestone Oct 18, 2017
@tdz tdz self-assigned this Oct 18, 2017
@tdz tdz merged commit 66a7986 into picotm:master Oct 18, 2017
@tdz tdz deleted the limit-nretries branch October 18, 2017 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

1 participant