workload_partitioning inconsistently reports group members
Bug #1533787 reported by
gordon chung
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Ceilometer |
Fix Released
|
Critical
|
gordon chung | ||
| Liberty |
Fix Committed
|
Undecided
|
gordon chung | ||
| tooz |
Invalid
|
Undecided
|
Unassigned | ||
Bug Description
using both redis and memcache drivers, the group members returned by coordinator are often incorrect and sometime report back not even the calling agent itself.
| Changed in ceilometer: | |
| status: | Fix Released → In Progress |
| Changed in python-tooz: | |
| status: | Incomplete → Invalid |
To post a comment you must log in.

there appears to be some race happening. basically if you start multiple agents at the same time. there is a chance that one join will overwrite another join. because of this, members are inadvertently removed from group.