yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #41098
[Bug 1490581] Re: the items will never be deleted from metering_info
** Also affects: neutron/juno
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1490581
Title:
the items will never be deleted from metering_info
Status in neutron:
Fix Released
Status in neutron juno series:
New
Status in neutron kilo series:
Fix Released
Bug description:
The function _purge_metering_info of MeteringAgent class has a bug. The items of metering_info dictionary will never be deleted:
if info['last_update'] > ts + report_interval:
del self.metering_info[label_id]
I this situation last_update will always be less than current timestamp.
Also this function is not covered by the unit tests.
Also again, the purge_metering_info function uses metering_info dict but it should use the metering_infos dict.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1490581/+subscriptions
References