Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd49da00

Browse files
committed
Typos fixed
1 parentc5107f9 commitd49da00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎contrib/mmts/multimaster.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1851,11 +1851,11 @@ void MtmRecoveryCompleted(void)
18511851
{
18521852
MtmSwitchClusterMode(MTM_ONLINE);
18531853
}else {
1854-
/* Delay switching mode to online mode and keep cluster lock to make it possible to all other nodesrestablish
1855-
*locagical replication connections with this node.
1856-
* Under the intensive workload start of logical replication can bedealys forunpredicatable amount of time
1854+
/* Delay switching mode to online mode and keep cluster lock to make it possible to all other nodesreestablish
1855+
*logical replication connections with this node.
1856+
* Under the intensive workload start of logical replication can bedelayed forunpredictable amount of time
18571857
*/
1858-
BIT_SET(Mtm->nodeLockerMask,MtmNodeId-1);/* it istrik: this mask was originallyuse by WAL senders performing recovery, but here we are in opposite (recovered) side:
1858+
BIT_SET(Mtm->nodeLockerMask,MtmNodeId-1);/* it istrick: this mask was originallyused by WAL senders performing recovery, but here we are in opposite (recovered) side:
18591859
* if this mask is not zero loadReq will be broadcasted to all other nodes by heartbeat, suspending their activity
18601860
*/
18611861
MtmSwitchClusterMode(MTM_RECOVERED);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp