Skip to content

Commit

Permalink
Merge pull request #331 from gthiemonge/revert-wsrep-sync-wait
Browse files Browse the repository at this point in the history
Revert "Wait for DB writes to propagate (causality checks)"
  • Loading branch information
beagles authored Jun 19, 2024
2 parents ef7d1d6 + 430b0a0 commit e20f7f6
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 e20f7f6

Please sign in to comment.