]> 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)
committerZhiteng Huang <zhithuang@ebaysf.com>
Wed, 22 Oct 2014 01:33:51 +0000 (09:33 +0800)
commit6c3ad4cf55c5f4cb610fb2625aed1286857b6c67
tree7890799d7d814194549532b01c86ff4b9ee0eac7
parent90d7c0c2b3bf6f115e62b629679f262f04ca7573
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
cinder/tests/test_wsgi.py
cinder/wsgi.py