quantum-server creates openssl zombies until process limit is reached
Bug #1074257 reported by
Steve Baker
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
Fix Released
|
Undecided
|
Unassigned | ||
OpenStack Identity (keystone) |
Fix Released
|
Undecided
|
Adam Young | ||
neutron |
Fix Released
|
Critical
|
Gary Kotton |
Bug Description
I see this running Quantum master on devstack with Fedora 17.
Over time the count for the following command will rise:
ps -ef |grep openssl | grep defunct | wc -l
Eventually the process limit for the user is reached (insert zombie Halloween joke here)
Killing and restarting quantum-server brings the zombie count back to zero.
Changed in quantum: | |
status: | New → Confirmed |
importance: | Undecided → Critical |
milestone: | none → grizzly-1 |
Changed in quantum: | |
assignee: | nobody → dan wendlandt (danwent) |
no longer affects: | fedora |
Changed in quantum: | |
milestone: | grizzly-1 → none |
no longer affects: | quantum |
Changed in quantum: | |
assignee: | nobody → dan wendlandt (danwent) |
importance: | High → Critical |
Changed in quantum: | |
assignee: | dan wendlandt (danwent) → Gary Kotton (garyk) |
status: | Confirmed → In Progress |
tags: | removed: folsom-backport-potential |
Changed in quantum: | |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | none → grizzly-1 |
status: | Fix Committed → Fix Released |
Changed in heat: | |
status: | New → Fix Released |
Changed in keystone: | |
milestone: | grizzly-1 → 2013.1 |
Changed in quantum: | |
milestone: | grizzly-1 → 2013.1 |
To post a comment you must log in.
I can confirm this on my Ubuntu devstack setup as well, and that the parent pid is the quantum-server process. I see this when using the OVS plugin.
I'm not familiar with any places where quantum-server would invoke openssl directly, so my best guess would be that its related to openstack-common code being used by quantum, perhaps for RPC.