Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Not a Bug
-
2.2.14
-
using maxscale 2.2.14 and 10.3.9-MariaDB with Galera
Description
Galera is running on 3 MariaDB 10.3.9 servers successfully. Attempting to use maxscale 2.2.14 to route to the servers. All looks fine on both ends, but it is not working.
This error is scrolling on the 3 MariaDB servers in the sql_error.log file:
ERROR 1193: Unknown system variable 'maxscale_version' : SELECT @@maxscale_version
What monitor module are you using? Galera clusters should use the galeramon module but it does not perform the query in question. It is quite likely that you have configured the mariadbmon, intended for master-slave replication clusters, instead of the galeramon.
The query you see in the error log is used by MaxScale to detect if the server is a binlogrouter server and is currently executed unconditonally.