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

The prepared state XaEnlistedTransaction does not perform a rollback after a partial OnPrepare failure in an Xa transaction #1348

Closed
JackBOBO opened this issue Jul 20, 2023 · 0 comments · Fixed by #1351

Comments

@JackBOBO
Copy link
Contributor

Describe the bug
During the execution of an XA transaction, some of the OnPrepare executions of XaEnlistedTransaction cause exceptions due to network or database downtime. Other XaEnlistedTransaction which has been prepared did not call OnRollback.

Expected behavior
Rolling back a XaEnlistedTransaction that is in the prepared state

JackBOBO added a commit to JackBOBO/MySqlConnector that referenced this issue Jul 28, 2023
JackBOBO added a commit to JackBOBO/MySqlConnector that referenced this issue Jul 28, 2023
@bgrainger bgrainger changed the title The prepared state XaEnlistedTransaction does not perform a rollback after a partial OnPerare failure in an Xa transaction The prepared state XaEnlistedTransaction does not perform a rollback after a partial OnPrepare failure in an Xa transaction Jul 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant