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
MTM_LOG2("Distributed transaction %s (%lld) is committed at %lld with LSN=%lld", ts->gid, (long64)ts->xid, MtmGetCurrentTime(), (long64)GetXLogInsertRecPtr());
MTM_ELOG(ERROR, "Transaction %s (%llu) is aborted on node %d. Check its log to see error details.", x->gid, (long64)x->xid, ts->abortedByNode);
4739
4739
} else {
4740
4740
TXFINISH("%s COMMIT, MtmTwoPhase", x->gid);
4741
-
FinishPreparedTransaction(x->gid, true);
4741
+
FinishPreparedTransaction(x->gid, true, false);
4742
4742
MTM_TXTRACE(x, "MtmTwoPhaseCommit Committed");
4743
4743
MTM_LOG2("Distributed transaction %s (%lld) is committed at %lld with LSN=%lld", x->gid, (long64)x->xid, MtmGetCurrentTime(), (long64)GetXLogInsertRecPtr());
0 commit comments