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_ELOG(ERROR, "Transaction %s (%llu) is aborted on node %d. Check its log to see error details.", x->gid, (long64)x->xid, ts->abortedByNode);
4593
4597
} else {
4598
+
TXFINISH("%s COMMIT, MtmTwoPhase", x->gid);
4594
4599
FinishPreparedTransaction(x->gid, true);
4595
4600
MTM_TXTRACE(x, "MtmTwoPhaseCommit Committed");
4596
4601
MTM_LOG2("Distributed transaction %s (%lld) is committed at %lld with LSN=%lld", x->gid, (long64)x->xid, MtmGetCurrentTime(), (long64)GetXLogInsertRecPtr());
0 commit comments