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 58b2a08 commit 3fea6deCopy full SHA for 3fea6de
pkg/ring/lifecycler.go
@@ -865,7 +865,7 @@ func (i *Lifecycler) updateConsul(ctx context.Context) error {
865
}
866
867
// Re-sync token states for the current lifecycler if they've changed.
868
- ringDesc.SetIngesterTokens(i.ID, i.tokens)
+ ringDesc.SetIngesterTokens(i.ID, i.getTokens())
869
return ringDesc, true, nil
870
})
871
0 commit comments