summaryrefslogtreecommitdiff
path: root/releasenotes/notes/hash-ring-race-da0d584de1f46788.yaml
blob: b47b1959e2d206df3315ceb327ba48485c909fe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
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, becase 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.