From 01cee1a1b3894f34c45b92e7e14e70c361cae1c7 Mon Sep 17 00:00:00 2001 From: Zuul Date: Tue, 21 May 2019 03:33:51 +0000 Subject: [PATCH] Update git submodules * Update blazar from branch 'master' - Merge "Handle SIGHUP signal for blazar-manager correctly" - Handle SIGHUP signal for blazar-manager correctly After a SIGHUP signal is sent to blazar-manager, the RPC messaging between API and blazar-manager stops working and users start seeing "Internal Server Error". This issue is fixed in this patch, which adds a wait method to the RPCServer class and calls the wait method of the RPC server from oslo.messaging, so that all existing requests are fulfilled before restarting the blazar-manager service again. Change-Id: I8272975afeabfb74f974e9bf9a6ae9162c22a6e0 Closes-Bug: #1807689 --- blazar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blazar b/blazar index d9fdb7ed20..7c2ce767e2 160000 --- a/blazar +++ b/blazar @@ -1 +1 @@ -Subproject commit d9fdb7ed207fa177f92e4124fee20b52106f6d6b +Subproject commit 7c2ce767e221bc9c58bdb18fe57fe6469c0077f7