Use shorter timeouts in mxs1323_retry_read
The configuration for mxs1323_retry_read now uses shorter timeouts for monitors. This should help the monitors detect the server failures before the result of the SELECT returns. also increased the time the query sleeps before returning.
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
[maxscale]
|
||||
threads=###threads###
|
||||
log_info=1
|
||||
auth_read_timeout=1
|
||||
auth_connect_timeout=1
|
||||
|
||||
[MySQL Monitor]
|
||||
type=monitor
|
||||
@ -9,7 +11,9 @@ module=mysqlmon
|
||||
servers= server1,server2
|
||||
user=maxskysql
|
||||
passwd= skysql
|
||||
monitor_interval=500
|
||||
monitor_interval=1000
|
||||
backend_read_timeout=1
|
||||
backend_connect_timeout=1
|
||||
|
||||
[RW Split Router]
|
||||
type=service
|
||||
|
Reference in New Issue
Block a user