I built a mariadb galera cluster on CentOS7. Below is the galera node information:
10.200.67.27 MariaDB-Node1
10.200.67.29 MariaDB-Node2
10.200.67.26 MariaDB-Node3
However, MariaDB-Node2
was unexpected stopped. And I found a table named leave_records
, the data in the table is not synced. I mean the table records is not exactly the same, even though MariaDB-Node1
and MariaDB-Node3
are still running.
How can I compare the diffrence between them, and resync table data? I need every node have same data records.
Any help is important to me.