Reduce failcount for mysqlmon_detect_standalone_master
The test seems to continue before the failover has finished. Reducing the failcount from 2 to 1 should speed up the master failover process.
This commit is contained in:
@ -9,7 +9,7 @@ user=maxskysql
|
|||||||
password= skysql
|
password= skysql
|
||||||
monitor_interval=1000
|
monitor_interval=1000
|
||||||
detect_standalone_master=true
|
detect_standalone_master=true
|
||||||
failcount=2
|
failcount=1
|
||||||
allow_cluster_recovery=false
|
allow_cluster_recovery=false
|
||||||
backend_connect_timeout=10
|
backend_connect_timeout=10
|
||||||
backend_read_timeout=10
|
backend_read_timeout=10
|
||||||
|
Reference in New Issue
Block a user