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

Auto-abort stuck transactions #425

Open
evanstade opened this issue Sep 23, 2024 · 0 comments
Open

Auto-abort stuck transactions #425

evanstade opened this issue Sep 23, 2024 · 0 comments
Labels
TPAC2024 Topic for discussion at TPAC 2024

Comments

@evanstade
Copy link

Chromium implements un-spec'd behavior that times out long-running transactions so that other clients don't get permanently stuck on a misbehaving page. This timeout is started when a request is completed and cancelled when the request's state transitions to done. (Technically this isn't a constraint on the duration of the transaction, but the dispatch of a request result.)

It would be ideal to specify this behavior.

Relatedly, if it's possible to disable auto-commit (#34 ) then we may want to create an additional un-stick mechanism for code that fails to call commit().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TPAC2024 Topic for discussion at TPAC 2024
Projects
None yet
Development

No branches or pull requests

2 participants