mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-05 06:23:03 +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