From 76315870ab1b3c658725f6910ae276dd960c94cd Mon Sep 17 00:00:00 2001 From: melanie witt Date: Mon, 18 Mar 2024 13:21:37 +0000 Subject: [PATCH] Update git submodules * Update oslo.db from branch 'master' to 8e1f869910e2fee3d567565b28b9cd520b07bacf - exc_filters: Handle OperationalError for MariaDB/Galera Currently InternalError is being handled for detecting MariaDB/Galera deadlocks but recently we have seen a variant that raises OperationalError instead. Because it's not being detected, usage of the @retry_on_deadlock decorator is not performing retries in those cases. This adds handling of OperationalError for detecting this deadlock. Closes-Bug: #2057987 Change-Id: I6ff3667b35ea38a2d3c258f810a55eda9abe465e --- oslo.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.db b/oslo.db index 3a94baa0e2..8e1f869910 160000 --- a/oslo.db +++ b/oslo.db @@ -1 +1 @@ -Subproject commit 3a94baa0e207a5f85c0f2143d5e3f1dceaf8d994 +Subproject commit 8e1f869910e2fee3d567565b28b9cd520b07bacf