MXS-2277: Document script limitations

The script should not interact with the administrative interfaces of
MaxScale.
This commit is contained in:
Markus Mäkelä
2020-03-02 10:14:18 +02:00
parent 67fee60f80
commit 207882defb

View File

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