Content-Length: 260415 | pFad | http://github.com/postgrespro/postgres_cluster/commit/8b8666e38eed68195b68e1d1e33532ce6bd2aba3

93 clarify 'aborted by DTM' error message · postgrespro/postgres_cluster@8b8666e · GitHub
Skip to content

Commit 8b8666e

Browse files
committed
clarify 'aborted by DTM' error message
1 parent 0f641a5 commit 8b8666e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mmts/multimaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4751,7 +4751,7 @@ static bool MtmTwoPhaseCommit(MtmCurrentTrans* x)
47514751
Assert(x->isActive);
47524752
if (x->status == TRANSACTION_STATUS_ABORTED) {
47534753
FinishPreparedTransaction(x->gid, false);
4754-
MTM_ELOG(ERROR, "Transaction %s (%llu) is aborted by DTM", x->gid, (long64)x->xid);
4754+
MTM_ELOG(ERROR, "Transaction %s (%llu) is aborted on neighbour node. Check neighbour nodes log to see error details.", x->gid, (long64)x->xid);
47554755
} else {
47564756
FinishPreparedTransaction(x->gid, true);
47574757
MTM_LOG2("Distributed transaction %s (%lld) is committed at %lld with LSN=%lld", x->gid, (long64)x->xid, MtmGetCurrentTime(), (long64)GetXLogInsertRecPtr());

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/8b8666e38eed68195b68e1d1e33532ce6bd2aba3

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy