Question

I have a Percona/Galera cluster and see this when i monitor the different cluster nodes. What does this really mean? And is this something erroneous that needs to be taken care of?

This is how one of the nodes looks like.

Thanks in advance.

Cluster node 1

All other nodes in the cluster looks like this The other cluster nodes

Was it helpful?

Solution

You are writing to the 'one' node? That is, you are treating it as the only Master? Galera does "Row Based Replication", so it probably does not need to open the table definition on the 'Slaves'?

Do you have the same values for SHOW VARIABLES LIKE 'table%'; on all nodes?

Licensed under: CC-BY-SA with attribution
Not affiliated with dba.stackexchange
scroll top