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

Determine correct behavior when transaction commit or rollback fails #288

Open
elefeint opened this issue Nov 12, 2020 · 1 comment
Open
Labels
enhancement New feature or request exploratory P3

Comments

@elefeint
Copy link
Contributor

Simulate failing transaction.

Right now, DatabaseClientReactiveAdapter clears transaction manager at the end of either commit or rollback. If commit/rollback fails, this may not be correct behavior, especially for commit.

Consider whether transaction state should be kept until a successful commit/rollback, and document how end users should recover from such a state.

@elefeint
Copy link
Contributor Author

#399 is the part of this dealing with a particular retriable state.

@dzou dzou added the P3 label Jun 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request exploratory P3
Projects
None yet
Development

No branches or pull requests

2 participants