westonpace opened a new issue, #6324: URL: https://github.com/apache/arrow-rs/issues/6324
**Describe the bug** In `object_store::BackoffConfig` we have: ``` Exponential backoff with jitter See https://aws.amazon.com/blogs/architecture/exponential-backoff-and-jitter/ ``` However, the actual implementation is "decorrelated jitter" (which is not exponential). **To Reproduce** N/A docs bug **Expected behavior** Docs describe implementation **Additional context** N/A -- 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]
