We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18752b commit 466d3a7Copy full SHA for 466d3a7
service/local_slaves.go
@@ -67,6 +67,7 @@ func (s *Service) startLocalSlaves(wg *sync.WaitGroup, config Config, bsCfg Boot
67
slaveBsCfg.ID = p.ID
68
slaveBsCfg.StartLocalSlaves = false
69
if bsCfg.Mode.IsResilientSingleMode() && idx > 1 {
70
+ // Since resilientsingle mode only works with 2 servers, we have to prevent a third one.
71
slaveBsCfg.StartResilientSingle = boolRef(false)
72
}
73
os.MkdirAll(p.DataDir, 0755)
0 commit comments