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: go/config/config.go
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -277,8 +277,7 @@ type Configuration struct {
277
277
MaxConcurrentReplicaOperationsint// Maximum number of concurrent operations on replicas
278
278
EnforceExactSemiSyncReplicasbool// If true, semi-sync replicas will be enabled/disabled to match the wait count in the desired priority order; this applies to LockedSemiSyncMaster and MasterWithTooManySemiSyncReplicas
279
279
RecoverLockedSemiSyncMasterbool// If true, orchestrator will recover from a LockedSemiSync state by enabling semi-sync on replicas to match the wait count; this behavior can be overridden by EnforceExactSemiSyncReplicas
280
-
ReasonableLockedSemiSyncMasterSecondsuint// Time to evaluate the LockedSemiSyncHypothesis before triggering the LockedSemiSyncMaster analysis; defaults to ReasonableReplicationLagSeconds if not set
281
-
WaitForSemiSyncRecoverySecondsuint// Time to wait for a successful recovery of LockedSemiSyncMaster or MasterWithTooManySemiSyncReplicas before considering the recovery failed; defaults to InstancePollSeconds * 3 if not set
280
+
ReasonableLockedSemiSyncMasterSecondsuint// Time to evaluate the LockedSemiSyncHypothesis before triggering the LockedSemiSync analysis; falls back to ReasonableReplicationLagSeconds if not set
282
281
}
283
282
284
283
// ToJSONString will marshal this configuration as JSON
0 commit comments