From d0c31ed1f6161efac6a48fad6ed6c5bef5d7430e Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 21 Mar 2022 18:16:14 +0000 Subject: [PATCH] Update git submodules * Update openstack-helm-infra from branch 'master' to b34409b7c36da61fed74f862283f2bfd7274b1ad - Merge "Fix elasticsearch-data shutdown" - Fix elasticsearch-data shutdown The shutdown script for the elasticsearch-data container uses a trap handler to run the steps outlined in the rolling restart procedure [0]. However, when trying to kill the elasticsearch process (step 3), the script sends the TERM signal to itself. The traps are handled recursively, causing the entire termination grace period to be exhausted before the pod is finally removed. This change updates the trap handler to terminate the child process(es) instead, and wait for their completion. 0: https://www.elastic.co/guide/en/elasticsearch/reference/7.x/restart-cluster.html Change-Id: I0c92ea5cce345cff951f044026a2179dcbd5a3e2 --- openstack-helm-infra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack-helm-infra b/openstack-helm-infra index b2254e3eb0..b34409b7c3 160000 --- a/openstack-helm-infra +++ b/openstack-helm-infra @@ -1 +1 @@ -Subproject commit b2254e3eb0426e6e06a827a59c187f5fe2ad0df1 +Subproject commit b34409b7c36da61fed74f862283f2bfd7274b1ad