We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f7059 commit 301e79aCopy full SHA for 301e79a
multimaster.c
@@ -896,7 +896,7 @@ MtmPostPrepareTransaction(MtmCurrentTrans* x)
896
if (!found) {
897
ts->isEnqueued = false;
898
}
899
- if (Mtm->status != MTM_RECOVERY) {
+ if (Mtm->status != MTM_RECOVERY || Mtm->recoverySlot != MtmReplicationNodeId) {
900
MtmSendNotificationMessage(ts, MSG_READY); /* send notification to coordinator */
901
if (!MtmUseDtm) {
902
ts->status = TRANSACTION_STATUS_UNKNOWN;
0 commit comments