container-reconciler needs to scale better
Bug #1836111 reported by
Tim Burke
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Object Storage (swift) |
New
|
Undecided
|
Unassigned |
Bug Description
Currently, the reconciler tries to process every misplaced object on every pass. This is a pain: you either put it on a single node, in which case you've got a single point of failure; or multiple nodes, in which case you get a ton of duplicated work.
We should slice up the work like we do for the expirer.
To post a comment you must log in.
Clay had a start on this: https:/ /review. opendev. org/#/c/ 103779/