Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.4.9
-
None
Description
The following the core parameters that could be modified at runtime were not serialized to disk.
- admin_log_auth_failures
- query_classifier_cache_size
- writeq_high_water
- writeq_low_water
- ms_timestamp
- skip_permission_checks
- query_retries
- query_retry_timeout
- retain_last_statements
- dump_last_statements
- max_auth_errors_until_block
- session_trace
Attachments
Issue Links
- is duplicated by
-
MXS-3001 maxctrl does not persists dynamic changes for writeq_high_water and writeq_low_water
- Closed
hi
on the 2.4. documentation is reporting this:
alter maxscale¶
Usage: alter maxscale <key> <value> ...
To display the MaxScale parameters, execute show maxscale. The following list of parameters can be altered at runtime:
[ "auth_connect_timeout", "auth_read_timeout", "auth_write_timeout", "admin_auth", "admin_log_auth_failures", "passive", "ms_timestamp", "skip_permission_checks", "query_retries", "query_retry_timeout", "retain_last_statements", "dump_last_statements" ]
the list of parameters isnt up to date, as we have seen in 2.4.8 for writeq_high_water and writeq_low_water. Please be sure the list of parameter that can be change runtime is uptodate on the doc as well