949387bd80
This is the first in a series of commits to add support for codespell. This is continuning the process completed in ironic-python-agent. Future Commits will add a Tox Target, CI support and potentially a git-blame-ignore-revs file if their are lots of spelling mistakes that could clutter git blame. Change-Id: Id328ff64c352e85b58181e9d9e35973a8706ab7a
14 lines
586 B
YAML
14 lines
586 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes a race condition in the hash ring implementation that could cause
|
|
an internal server error on any request. See `story 2003966
|
|
<https://storyboard.openstack.org/#!/story/2003966>`_ for details.
|
|
upgrade:
|
|
- |
|
|
The ``hash_ring_reset_interval`` configuration option was changed from 180
|
|
to 15 seconds. Previously, this option was essentially ignored on the API
|
|
side, because the hash ring was reset on each API access. The lower value
|
|
minimizes the probability of a request routed to a wrong conductor when the
|
|
ring needs rebalancing.
|