Host Manager reads deleted instance info on startup
Bug #1524421 reported by
Ed Leafe
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
Ed Leafe | ||
Kilo |
Won't Fix
|
Undecided
|
Ed Leafe | ||
Liberty |
Fix Released
|
Undecided
|
Ed Leafe |
Bug Description
In Kilo we added the ability of the HostManager to track information about the instances on compute nodes, so that filters that needed this information didn't have to constantly make database calls to get it. However, the call that is used by HostManager will return deleted instance records, which is not useful information and degrades the performance. In a large deployment, the overhead of loading the records for thousands of deleted instances is causing serious performance issues.
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/255405
Review: https:/