Skip to content

Commit

Permalink
Revert "Wait for DB writes to propagate (causality checks)"
Browse files Browse the repository at this point in the history
This reverts commit e17640c.

No longer needed because of openstack-k8s-operators/mariadb-operator#229
  • Loading branch information
gthiemonge committed Jun 19, 2024
1 parent 4633f16 commit 430b0a0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions templates/octavia/config/octavia.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions templates/octaviaamphoracontroller/config/octavia.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions templates/octaviaapi/config/octavia.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 430b0a0

Please sign in to comment.