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
elog(WARNING, "Transaction is aborted because of %d msec timeout expiration, prepare time %d msec", (int)transTimeout, (int)USEC_TO_MSEC(ts->csn-x->snapshot));
862
862
} elseif (nConfigChanges!=Mtm->nConfigChanges) {
863
-
ts->status=TRANSACTION_STATUS_ABORTED;
863
+
MtmAbortTransaction(ts);
864
864
elog(WARNING, "Transaction is aborted because cluster configuration is changed during commit");
0 commit comments