Mon, 2015-03-09 08:58joffreymichaie
A rapidly increasing number of large, high traffic sites are using MariaDB Galera for their database needs. This makes sense since it works so well. Administrators will connect asynchronous slaves to Galera for reporting, back-ups and disaster recovery.
MariaDB Galera is a very dependable system, involving the coupling of MariaDB with Galera. Nevertheless, Galera administrators need to check regularly the consistency of their slaves. An excellent tool for doing this is the pt-table-checksum. However, when you try to run it on Galera, depending on the version you're using, you may encounter some results similar to the following:
root@lab-galera01:~# pt-table-checksum localhost \ --replicate=mariadb_monitoring.checksums \ --create-replicate-table --no-check-replication-filters 12-12T11:00:37 Failed to /*!50108 SET @@binlog_format := 'STATEMENT'*/: DBD::mysql::db do failed: Variable …[Read more]