kolla-ansible/releasenotes/notes/proxysql-option-shun-on-failures-559781bbee1235e2.yaml
Michal Arbet dafac823d1 Adjust ProxySQL shunning behavior for single-node clusters
In single-node clusters, ProxySQL shuns the server on MySQL
errors, causing failures during upgrades or container restarts.
This change increases the timeout to 10 seconds, allowing
the backend time to recover and preventing immediate errors
in CI environments.

Change-Id: I70becdc3fcb4ca8f7ae31d26097d95bdc6dd67eb
2024-10-17 14:37:32 +02:00

11 lines
417 B
YAML

---
features:
- |
Added options to configure ``mariadb_shun_on_failures``,
``mariadb_connect_retries_delay``, and
``mariadb_connect_retries_on_failure`` for enhanced
control over ProxySQL's shun behavior. These
adjustments help manage failover responses effectively.
For more details, see `Proxysql Documentation
<https://proxysql.com/documentation/global-variables/mysql-variables/>`__