mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
71f289e5d1
Modified node config with longer timeouts for suspect, inactive, install and wait_prim timeout. Increased node_1 weight to keep it primary component when other nodes are voted out. Signed-off-by: Julius Goryavsky <julius.goryavsky@mariadb.com>
16 lines
794 B
INI
16 lines
794 B
INI
!include ../galera_3nodes.cnf
|
|
|
|
[mysqld]
|
|
wsrep-ignore-apply-errors=0
|
|
wsrep_sync_wait=0
|
|
loose-gcf-354=0
|
|
wsrep-debug=1
|
|
|
|
[mysqld.1]
|
|
wsrep_provider_options='repl.causal_read_timeout=PT90S;base_port=@mysqld.1.#galera_port;evs.suspect_timeout=PT10S;evs.inactive_timeout=PT30S;evs.install_timeout=PT15S;pc.wait_prim_timeout=PT60S;gcache.size=1G;pc.weight=4'
|
|
|
|
[mysqld.2]
|
|
wsrep_provider_options='repl.causal_read_timeout=PT90S;base_port=@mysqld.2.#galera_port;evs.suspect_timeout=PT10S;evs.inactive_timeout=PT30S;evs.install_timeout=PT15S;pc.wait_prim_timeout=PT60S;gcache.size=1G'
|
|
|
|
[mysqld.3]
|
|
wsrep_provider_options='repl.causal_read_timeout=PT90S;base_port=@mysqld.3.#galera_port;evs.suspect_timeout=PT10S;evs.inactive_timeout=PT30S;evs.install_timeout=PT15S;pc.wait_prim_timeout=PT60S;gcache.size=1G'
|