Resource tracker uses regex DB query too often
Bug #1060363 reported by
Johannes Erdfelt
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Critical
|
Johannes Erdfelt | ||
Folsom |
Fix Released
|
Critical
|
Michael Still | ||
nova (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Quantal |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The resource tracker uses a DB call that uses a regex to search for instances on a host. This does a full table scan and can cause a large slow down since the call is made so often. Since a regex is not needed, another DB call can be used that does not impact the performance so much.
Related branches
lp://staging/~gandelman-a/ubuntu/quantal/nova/2012.2.1
- Openstack Ubuntu Testers: Pending requested
-
Diff: 121 lines (+100/-4)1 file modifieddebian/changelog (+100/-4)
CVE References
Changed in nova: | |
importance: | Undecided → Critical |
tags: | added: folsom-backport-potential |
tags: | removed: folsom-backport-potential |
Changed in nova: | |
milestone: | none → grizzly-1 |
status: | Fix Committed → Fix Released |
Changed in nova (Ubuntu): | |
status: | New → Fix Released |
Changed in nova (Ubuntu Quantal): | |
status: | New → Confirmed |
Changed in nova: | |
milestone: | grizzly-1 → 2013.1 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/13962
Review: https:/