tustvold commented on code in PR #6325: URL: https://github.com/apache/arrow-rs/pull/6325#discussion_r1735329667
########## object_store/src/client/backoff.rs: ########## @@ -18,7 +18,12 @@ use rand::prelude::*; use std::time::Duration; -/// Exponential backoff with jitter +/// Backoff with decorrelated jitter algorithm Review Comment: ```suggestion /// Exponential backoff with decorrelated jitter algorithm ``` This is still an exponential backoff, in that the delay is multiplied each time. This is very important to document IMO, as the non linear backoff is important -- 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]
