collector unnecessarily converts Event dict message received back into object
Bug #1438285 reported by
gordon chung
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ceilometer |
Fix Released
|
Low
|
gordon chung |
Bug Description
the collector currently receives a dictionary payload from notification translates it back to an Event object model, and then dispatches it to the appropriate target. this step is unnecessary as the model was built, validate, and seralised as part of notification agent.
summary: |
- collector unnecessarily converst Event dict message received back into + collector unnecessarily converts Event dict message received back into object |
Changed in ceilometer: | |
milestone: | none → liberty-1 |
status: | Fix Committed → Fix Released |
Changed in ceilometer: | |
milestone: | liberty-1 → 5.0.0 |
To post a comment you must log in.
Only thing is that event storage layer is tightly coupled to the Event model object, so i assume the storage layer will cast the dictionary back to the Event model object, otherwise, i expect a lot of work to make things work w.r.t expecting an object.