mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 19:46:48 +00:00
The original backoff mechanism which just retries after 1ms may still lead to rapid resource depletion. Instead, an exponential backoff is used, with a cap of ~2s. Tests: manual, with cassandra-stress and browsing logs