You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: