Enable query_retries by default
Enabling it with a value of 1 should remove the vast majority of connection related problems that appear in MaxScale. This should filter out most of the errors caused by transient network problems.
This commit is contained in:
@ -209,8 +209,9 @@ auth_write_timeout=10
|
||||
|
||||
#### `query_retries`
|
||||
|
||||
The number of times an interrupted internal query will be retried. This feature
|
||||
was added in MaxScale 2.1.10 and is disabled by default.
|
||||
The number of times an interrupted internal query will be retried. The default
|
||||
is to retry the query once. This feature was added in MaxScale 2.1.10 and was
|
||||
disabled by default until MaxScale 2.3.0.
|
||||
|
||||
An interrupted query is any query that is interrupted by a network
|
||||
error. Connection timeouts are included in network errors and thus is it
|
||||
|
Reference in New Issue
Block a user