mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
9d7e596ba6
Integration with status reporter in wsrep-lib. Status reporter reports changes in wsrep state and logged errors/ warnings to a json file which then can be read and interpreted by an external monitoring tool. Rationale: until the server is fully initialized it is unaccessible by client and the only source of information is an error log which is not machine-friendly. Since wsrep node can spend a very long time in initialization phase (state transfer), it may be a very long time that automatic tools can't easily monitor its liveness and progression. New variable: wsrep_status_file specifies the output file name. If not set, no file is created and no reporting is done. Reviewed-by: Jan Lindström <jan.lindstrom@mariadb.com>
9 lines
250 B
PHP
9 lines
250 B
PHP
--disable_query_log
|
|
|
|
--let $galera_variables_ok = `SELECT COUNT(*) = 51 FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES WHERE VARIABLE_NAME LIKE 'wsrep%'`
|
|
|
|
--if (!$galera_variables_ok) {
|
|
--skip Galera number of variables has changed!
|
|
}
|
|
|
|
--enable_query_log
|