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));
863
863
} elseif (nConfigChanges!=Mtm->nConfigChanges) {
864
-
ts->status=TRANSACTION_STATUS_ABORTED;
864
+
MtmAbortTransaction(ts);
865
865
elog(WARNING, "Transaction is aborted because cluster configuration is changed during commit");
0 commit comments