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

@ -10,6 +10,13 @@ report at [Jira](https://jira.mariadb.org).
## Changed Features
### `query_retries`
The default value of `query_retries` was changed from 0 to 1. This turns
on failure tolerant queries for monitors and authenticators which prevents
failures due to network problems. A single reconnection attempt is made to
keep responsiveness high even with default values.
### Session Command History
The _readwritesplit_ session command history is now enabled mby default but it