ironic/releasenotes
Dmitry Tantsur d3872cfcdd Fix a race condition in the hash ring code
We're handling hash rings and updated_at differently: one
is stored on the class level, the other - on instance. Apparently,
there is a race there, resulting in updated_at never updated.
Store hash rings and updated_at in one tuple, so that they're
always loaded and stored together.

Also remove double loading of the hash ring in _get_ring that
could contribute to the problem.

Change-Id: Ib659014e07549ae3d5ec7e69da318301f5994ca8
2020-09-28 17:15:28 +02:00
..
notes Fix a race condition in the hash ring code 2020-09-28 17:15:28 +02:00
source Merge "Fix pygments style" 2020-05-21 20:48:27 +00:00