d3872cfcdd
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
6 lines
146 B
YAML
6 lines
146 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes a potential race in the hash ring code that could result in the
|
|
hash rings never updated after their initial load.
|