You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Delay switching mode to online mode and keep cluster lock to make it possible to all other nodes restablish
1855
-
* locagical replication connections with this node.
1856
-
* Under the intensive workload start of logical replication can be dealys for unpredicatable amount of time
1854
+
/* Delay switching mode to online mode and keep cluster lock to make it possible to all other nodes reestablish
1855
+
* logical replication connections with this node.
1856
+
* Under the intensive workload start of logical replication can be delayed for unpredictable amount of time
1857
1857
*/
1858
-
BIT_SET(Mtm->nodeLockerMask, MtmNodeId-1); /* it is trik: this mask was originally use by WAL senders performing recovery, but here we are in opposite (recovered) side:
1858
+
BIT_SET(Mtm->nodeLockerMask, MtmNodeId-1); /* it is trick: this mask was originally used by WAL senders performing recovery, but here we are in opposite (recovered) side:
1859
1859
* if this mask is not zero loadReq will be broadcasted to all other nodes by heartbeat, suspending their activity
0 commit comments