Disabled connection_timeout
because it's unsafe to use
The current implementation of the session timeout functionality is not safe to use. Added a warning to the documentation and disabled the code. If the user tries to use it, a warning is logged.
This commit is contained in:
@ -236,6 +236,8 @@ details, please read the [Monitor Common](../Monitors/Monitor-Common.md) documen
|
||||
There are a number bugs and known limitations within this version of MaxScale,
|
||||
the most serious of this are listed below.
|
||||
|
||||
* The `connection_timeout` service parameter is not safe to use in version 1.3.0.
|
||||
|
||||
* MaxScale can not manage authentication that uses wildcard matching in hostnames in the mysql.user table of the backend database. The only wildcards that can be used are in IP address entries.
|
||||
|
||||
* When users have different passwords based on the host from which they connect MaxScale is unable to determine which password it should use to connect to the backend database. This results in failed connections and unusable usernames in MaxScale.
|
||||
|
Reference in New Issue
Block a user