← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1334647] Re: Nova api service doesn't handle SIGHUP signal properly

 

It looks like the fix was not in incubated code.

** Changed in: oslo-incubator
       Status: Triaged => Invalid

-- 
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 OpenStack Compute (Nova):
  Fix Released
Status in The Oslo library 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/nova/+bug/1334647/+subscriptions


References