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));
851
+
if (!ts->votingCompleted) {
852
+
if (ts->status!=TRANSACTION_STATUS_ABORTED) {
853
+
MtmAbortTransaction(ts);
854
+
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));
855
+
}
860
856
} elseif (nConfigChanges!=Mtm->nConfigChanges) {
861
857
MtmAbortTransaction(ts);
862
858
elog(WARNING, "Transaction is aborted because cluster configuration is changed during commit");
0 commit comments