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 6b9e5db commit e0252c3Copy full SHA for e0252c3
service/upgrade_manager.go
@@ -369,7 +369,7 @@ func (m *upgradeManager) StartDatabaseUpgrade(ctx context.Context) error {
369
}
370
// Add all syncworkers
371
for _, p := range config.AllPeers {
372
- if p.HasSyncMaster() {
+ if p.HasSyncWorker() {
373
plan.Entries = append(plan.Entries, UpgradePlanEntry{
374
Type: UpgradeEntryTypeSyncWorker,
375
PeerID: p.ID,
0 commit comments