rtyler commented on PR #513: URL: https://github.com/apache/arrow-rs-object-store/pull/513#issuecomment-3419848798
I don't want to rehash the discussion already had in #51 , as far as I can tell through observations and the code, the backoff is simply not exponential and it [should be](https://aws.amazon.com/builders-library/timeouts-retries-and-backoff-with-jitter/) There's clearly jitter, but the backoff is always going to be smol. This change makes it exponential in a useful way, but if that's not desirable then we can close this and I will just have to make sure that everything downstread (e.g. delta-rs) is enforcing suitable exponential backoff patterns -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
