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
One would assume that setting -ingester.ingester.max-transfer-retries to zero disables transfers, when in fact it enables infinite number of retries instead. This should either be documented or fixed.
Reason for this behaviour is that -ingester.ingester.max-transfer-retries value is passed as MaxRetries in BackOffConfig struct, where zero means infinite retries.