neutron-lib/releasenotes/notes/oslo-db-jitter-c4d13cc81755203e.yaml
Doug Wiegley fada2b8d72
Use oslo.db jitter in our db retries
In theory, two parallel threads that need backoff, with the same
backoff timers, can synchronize and just repeatedly hose themselves.
oslo.db already has a way to put some randomness into the retry
logic, so let's try that out.

Change-Id: I2090eb1ca5f3c09500069309d147880081b8213e
2019-01-22 15:07:13 -08:00

6 lines
197 B
YAML

---
fixes:
- The oslo.db wrap_db_retry function now supports randomized time jitter
in its retry algorithm. Add support for that feature, if the installed
version of oslo.db supports it.