I am started to use in production the Percona XtraDB cluster. I checked the number of rows in each table in each node and the total is different in each node. All node have:
wsrep_ready ON
and wsrep_local_state_uuid is equal to wsrep_cluster_state_uuid
It is clear that the cluster has made data inconsistent and it does not keep things on sync. How should I processed to fix the issues? How is it possible to have a different number of rows in the nodes and the cluster replication seems ok?