MXS-2277: Document script limitations
The script should not interact with the administrative interfaces of MaxScale.
This commit is contained in:
@ -229,6 +229,13 @@ the message will be logged on the notice level. Whitespace before, after or
|
|||||||
between the keyword and the colon is ignored and the matching is
|
between the keyword and the colon is ignored and the matching is
|
||||||
case-insensitive.
|
case-insensitive.
|
||||||
|
|
||||||
|
Currently, the script must not execute any of the following MaxCtrl and/or
|
||||||
|
MaxAdmin calls as they cause a deadlock:
|
||||||
|
|
||||||
|
* `alter monitor` to the monitor executing the script
|
||||||
|
* `stop monitor` to the monitor executing the script
|
||||||
|
* `call command` to a MariaDB-Monitor that is executing the script
|
||||||
|
|
||||||
### `script_timeout`
|
### `script_timeout`
|
||||||
|
|
||||||
The timeout for the executed script in seconds. The default value is 90
|
The timeout for the executed script in seconds. The default value is 90
|
||||||
|
|||||||
Reference in New Issue
Block a user