9ad740fa1e
Add a new object called `Partitioner' which is based on the consistent hashring implementation of tooz.hashring. The coordinator API allows to create such an object and to use it to dispatch objects ownership across several workers. Change-Id: Iae8c861d5b6c15b714f1ec3bd7090d15dd468421
7 lines
193 B
YAML
7 lines
193 B
YAML
---
|
|
features:
|
|
- >-
|
|
Introduce a new partitioner object. This object is synchronized within a
|
|
group of nodes and exposes a way to distribute object management across
|
|
several nodes.
|