]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Cinder api service doesn't handle SIGHUP properly
authorZhiteng Huang <zhithuang@ebaysf.com>
Tue, 21 Oct 2014 09:05:50 +0000 (17:05 +0800)
committerThomas Goirand <thomas@goirand.fr>
Sun, 14 Dec 2014 09:18:31 +0000 (09:18 +0000)
commit3ab0d58cd4d3328bd9a940ffb1e8afcaa07dc859
tree91abeed011d75d3ad1291216df8243ccce5695d5
parent6de3e2e5b3f890f48bc33ef1f30acfad65a83aeb
Cinder api service doesn't handle SIGHUP properly

When SIGHUP signal is sent to cinder-api service, it doesn't complete
processing of all pending requests before terminating all the
processes.

This change is a copy of Abhishek Kekane's fix for nova api.

Change-Id: I049d2aa2f3ad1fe388e00213a71f374803ed409a
Closes-Bug: #1334647
(cherry picked from commit 6c3ad4cf55c5f4cb610fb2625aed1286857b6c67)
cinder/tests/test_wsgi.py
cinder/wsgi.py