linkedin / ambry

Distributed object store
https://github.com/linkedin/ambry/wiki
Apache License 2.0
1.74k stars 275 forks source link

[vcr-2.0] Add configurable azure-retry policy #2827

Closed snalli closed 1 month ago

snalli commented 1 month ago

We are experiencing some throttling from Azure Storage as we keep expanding the VCR cluster. Azure support suggested trying exponential backoff. This patch changes the FIXED backoff policy into a configurable one allowing us to try different policies and retry-delays.