Skip to content

Commit 3552597

Browse files
committed
clarify 'aborted by DTM' error message
1 parent 9bfb56b commit 3552597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multimaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4765,7 +4765,7 @@ static bool MtmTwoPhaseCommit(MtmCurrentTrans* x)
47654765
Assert(x->isActive);
47664766
if (x->status == TRANSACTION_STATUS_ABORTED) {
47674767
FinishPreparedTransaction(x->gid, false);
4768-
MTM_ELOG(ERROR, "Transaction %s (%llu) is aborted by DTM", x->gid, (long64)x->xid);
4768+
MTM_ELOG(ERROR, "Transaction %s (%llu) is aborted on neighbour node. Check neighbour nodes log to see error details.", x->gid, (long64)x->xid);
47694769
} else {
47704770
FinishPreparedTransaction(x->gid, true);
47714771
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy