From 430b0a045d62ee1b3f198d330fbc0ea0d521d257 Mon Sep 17 00:00:00 2001 From: Gregory Thiemonge Date: Wed, 19 Jun 2024 06:31:52 +0000 Subject: [PATCH] Revert "Wait for DB writes to propagate (causality checks)" This reverts commit e17640cb87a49b22f380e73e79c6ff24604a72fb. No longer needed because of https://github.com/openstack-k8s-operators/mariadb-operator/pull/229 --- templates/octavia/config/octavia.conf | 4 ---- templates/octaviaamphoracontroller/config/octavia.conf | 4 ---- templates/octaviaapi/config/octavia.conf | 4 ---- 3 files changed, 12 deletions(-) diff --git a/templates/octavia/config/octavia.conf b/templates/octavia/config/octavia.conf index b5b15f62..1a3b6df5 100644 --- a/templates/octavia/config/octavia.conf +++ b/templates/octavia/config/octavia.conf @@ -12,10 +12,6 @@ default_listener_tls_versions=TLSv1.2,TLSv1.3 default_pool_tls_versions=TLSv1.2,TLSv1.3 [database] connection = {{ .DatabaseConnection }} -# Wait for writes to complete when doing a read, update, or insert -# Relevant for multi-master deployments so that workers table works as intended -# https://mariadb.com/docs/server/ref/mdb/system-variables/wsrep_sync_wait/ -mysql_wsrep_sync_wait = 7 [health_manager] health_update_threads=4 stats_update_threads=4 diff --git a/templates/octaviaamphoracontroller/config/octavia.conf b/templates/octaviaamphoracontroller/config/octavia.conf index e7c47691..be8b0130 100644 --- a/templates/octaviaamphoracontroller/config/octavia.conf +++ b/templates/octaviaamphoracontroller/config/octavia.conf @@ -8,10 +8,6 @@ graceful_shutdown_timeout=600 [api_settings] [database] connection = {{ .DatabaseConnection }} -# Wait for writes to complete when doing a read, update, or insert -# Relevant for multi-master deployments so that workers table works as intended -# https://mariadb.com/docs/server/ref/mdb/system-variables/wsrep_sync_wait/ -mysql_wsrep_sync_wait = 7 [health_manager] heartbeat_key={{ .HeartbeatKey }} health_update_threads=4 diff --git a/templates/octaviaapi/config/octavia.conf b/templates/octaviaapi/config/octavia.conf index 009a1e05..5906565a 100644 --- a/templates/octaviaapi/config/octavia.conf +++ b/templates/octaviaapi/config/octavia.conf @@ -12,10 +12,6 @@ default_listener_tls_versions=TLSv1.2,TLSv1.3 default_pool_tls_versions=TLSv1.2,TLSv1.3 [database] connection = {{ .DatabaseConnection }} -# Wait for writes to complete when doing a read, update, or insert -# Relevant for multi-master deployments so that workers table works as intended -# https://mariadb.com/docs/server/ref/mdb/system-variables/wsrep_sync_wait/ -mysql_wsrep_sync_wait = 7 [health_manager] health_update_threads=4 stats_update_threads=4