We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a029e19 commit 9a706c9Copy full SHA for 9a706c9
contrib/mmts/multimaster.c
@@ -897,7 +897,7 @@ MtmPostPrepareTransaction(MtmCurrentTrans* x)
897
if (!found) {
898
ts->isEnqueued = false;
899
}
900
- if (Mtm->status != MTM_RECOVERY) {
+ if (Mtm->status != MTM_RECOVERY || Mtm->recoverySlot != MtmReplicationNodeId) {
901
MtmSendNotificationMessage(ts, MSG_READY); /* send notification to coordinator */
902
if (!MtmUseDtm) {
903
ts->status = TRANSACTION_STATUS_UNKNOWN;
0 commit comments