[SRU] connection leak in rpc connection pool
Bug #968843 reported by
MotoKen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
Chris Behrens | ||
Essex |
Fix Released
|
Undecided
|
Unassigned | ||
nova (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Precise |
Fix Released
|
Undecided
|
Chuck Short |
Bug Description
When exception occurs in MulticallWaiter, it won't put the connection back to the pool.
To reproduce:
set small pool size, rpc_conn_
cause rpc response timeout ("Timed out waiting for RPC response" in log)
then when rpc.call next time, it will wait forever to get connection from pool
Related branches
lp://staging/~openstack-ubuntu-testing/nova/precise-essex-proposed
- Chuck Short: Pending requested
-
Diff: 56 lines (+14/-4)3 files modifieddebian/changelog (+8/-0)
debian/control (+6/-3)
debian/nova-console.install (+0/-1)
Changed in nova: | |
assignee: | MotoKen (motokentsai) → Chris Behrens (cbehrens) |
importance: | Undecided → High |
Changed in nova: | |
milestone: | none → folsom-1 |
Changed in nova: | |
status: | Fix Committed → Fix Released |
Changed in nova (Ubuntu): | |
status: | New → In Progress |
Changed in nova (Ubuntu Precise): | |
status: | New → In Progress |
summary: |
- connection leak in rpc connection pool + [SRU] connection leak in rpc connection pool |
Changed in nova (Ubuntu Precise): | |
assignee: | nobody → Chuck Short (zulcss) |
milestone: | none → ubuntu-12.04.1 |
tags: |
added: verification-done removed: verification-needed |
Changed in nova (Ubuntu): | |
status: | In Progress → Fix Released |
Changed in nova: | |
milestone: | folsom-1 → 2012.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/5984
Review: https:/