yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #42785
[Bug 1334647] Re: Nova api service doesn't handle SIGHUP signal properly
** Changed in: cinder/icehouse
Status: New => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1334647
Title:
Nova api service doesn't handle SIGHUP signal properly
Status in Cinder:
Fix Released
Status in Cinder icehouse series:
Fix Released
Status in Cinder juno series:
Fix Released
Status in OpenStack Compute (nova):
Fix Released
Status in OpenStack Compute (nova) icehouse series:
Fix Released
Status in oslo-incubator:
Invalid
Bug description:
When SIGHUP signal is send to nova-api service, it doesn't complete
processing of all pending requests before terminating all the
processes.
Steps to reproduce:
1. Run nova-api service as a daemon.
2. Send SIGHUP signal to nova-api service.
kill -1 <parent_process_id_of_nova_api>
After getting SIGHUP signal all the processes of nova-api stops instantly, without completing existing request, which might cause failure.
Ideally after getting the SIGHUP signal nova-api process should stop getting new requests and wait for existing requests to complete before terminating all the processes and restarting all nova-api processes.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1334647/+subscriptions
References