-
Notifications
You must be signed in to change notification settings - Fork 816
Ingesters do not wait long enough for transfer #1307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have faced this same issue a couple of times. What if we make the retry backoff duration configurable? |
Yes, I think it's valuable to allow to customize the min/max backoff period (PR #1844), but I was just wondering if it doesn't really wait long enough, given we can already set the max number of transfers and we can estimate how long will retry within a [x, 2x] time range (which I do understand it pretty large, but still). |
Looking at a recent log the first 10 attempts took 25 seconds, so that's probably OK as a default. |
We used to tell ours to wait for two minutes, but that was torn up by #1185
Today I see this:
so it isn't even waiting the 100ms minimum I expect from cursory examination of the code.
Possibly related: #792
The text was updated successfully, but these errors were encountered: