dafac823d1
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
11 lines
417 B
YAML
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/>`__
|