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

Smarter Backoff Waits #26

Open
tmagrino opened this issue Sep 20, 2018 · 1 comment
Open

Smarter Backoff Waits #26

tmagrino opened this issue Sep 20, 2018 · 1 comment

Comments

@tmagrino
Copy link
Member

Right now there's a variety of reasons a transaction can roll back which do not really merit waiting for exponential backoff, eg. abort due to an update to the worker cache.

We should change the backoff procedure to reset/skip the delay depending on the reason for the transaction's abort. I expect there's a nuanced and deep design space here that could be interesting to explore and perhaps write a paper about?

@tmagrino
Copy link
Member Author

We currently have @samanthad98 looking into this as an undergrad research task.

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

1 participant