Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 27c09cf

Browse files
committed
do not throw an error in MtmEndTransaction as it may kill mtm-receiver
1 parent 791798a commit 27c09cf

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
@@ -1621,7 +1621,7 @@ MtmEndTransaction(MtmCurrentTrans* x, bool commit)
16211621
|| (ts->status == TRANSACTION_STATUS_IN_PROGRESS && Mtm->status <= MTM_RECOVERY)))
16221622
{
16231623
MtmUnlock();
1624-
MTM_ELOG(ERROR, "Attempt to commit %s transaction %s (%llu)",
1624+
MTM_ELOG(WARNING, "Attempt to commit %s transaction %s (%llu)",
16251625
MtmTxnStatusMnem[ts->status], ts->gid, (long64)ts->xid);
16261626
}
16271627
if (x->csn > ts->csn || Mtm->status == MTM_RECOVERY) {

0 commit comments

Comments
 (0)