MXS-2277: Document script limitations
The script should not interact with the administrative interfaces of MaxScale.
This commit is contained in:
parent
67fee60f80
commit
207882defb
@ -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
|
||||
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`
|
||||
|
||||
The timeout for the executed script in seconds. The default value is 90
|
||||
|
Loading…
x
Reference in New Issue
Block a user