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 abortedby DTM",x->gid, (long64)x->xid);
4768
+
MTM_ELOG(ERROR,"Transaction %s (%llu) is abortedon neighbour node. Check neighbour nodes log to see error details.",x->gid, (long64)x->xid);
4769
4769
}else {
4770
4770
FinishPreparedTransaction(x->gid, true);
4771
4771
MTM_LOG2("Distributed transaction %s (%lld) is committed at %lld with LSN=%lld",x->gid, (long64)x->xid,MtmGetCurrentTime(), (long64)GetXLogInsertRecPtr());