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
Describe the bug
During the execution of an XA transaction, some of the
OnPrepareexecutions ofXaEnlistedTransactioncause exceptions due to network or database downtime. OtherXaEnlistedTransactionwhich has been prepared did not callOnRollback.Expected behavior
Rolling back a
XaEnlistedTransactionthat is in the prepared state