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:
Markus Mäkelä
2018-08-04 04:47:41 +03:00
parent 0795d60007
commit 376cd3aa9e
3 changed files with 11 additions and 3 deletions

View File

@ -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