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
{{ message }}
This repository was archived by the owner on Feb 18, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/configuration-discovery-classifying.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -90,21 +90,21 @@ This behavior can be controlled by the following options:
90
90
and `MasterWithTooManyReplicas` will enable _and disable_ semi-sync on the replicas to match the desired topology exactly based on the priority order.
91
91
-`RecoverLockedSemiSyncMaster`: flag that decides whether to recover from a `LockedSemiSyncMaster` scenario. If enabled, the recovery of `LockedSemiSyncMaster`
92
92
will enable _(but never disable)_ semi-sync on the replicas in the priority order to match the master wait count. This option has no effect if
93
-
`EnforceExactSemiSyncReplicas` is set. It is only useful if you'd like to only handle a situation which which there are too few semi-sync replicas,
93
+
`EnforceExactSemiSyncReplicas` is set. It is useful if you'd like to only handle a situation in which there are too few semi-sync replicas,
94
94
but not if there are too many.
95
95
-`ReasonableLockedSemiSyncMasterSeconds`: number of seconds after which the `LockedSemiSyncMaster` condition is triggered; if not set, falls back to `ReasonableReplicationLagSeconds`
96
96
97
97
The priority order is defined by `DetectSemiSyncEnforcedQuery` (zero means async replica; higher number is higher priority), the promotion rule (`DetectPromotionRuleQuery`)
98
98
and the hostname (fallback).
99
99
100
-
**Example 1**: Enforcing a strict semi-sync replica topology with two replicas and`rpl_semi_sync_master_wait_for_slave_count=1`:
100
+
**Example 1**: Enforcing a strict semi-sync replica topology, with `rpl_semi_sync_master_wait_for_slave_count=1`:
101
101
102
102
```
103
103
"DetectSemiSyncEnforcedQuery": "select priority from meta.semi_sync where cluster_member = @@hostname",
0 commit comments