Comments - Cluster node sizes are different

9 years, 1 month ago Nirbhay Choubey

Are you referring to wsrep_cluster_size status variable? No, this is not expected. What is the server version?

 
9 years, 1 month ago Chen-Lin Li

I mean the size of the same database (e.g. total tables content size in a database) in the three nodes are not the same The wsrep_cluster_size variable is 3 on the three nodes. I use CentOS7, and mysql version is Ver 15.1 Distrib 10.0.21-MariaDB.

 
9 years, 1 month ago Nirbhay Choubey

Could you describe how are you measuring the content size? What is the storage engine for the tables?

 
9 years, 1 month ago Chen-Lin Li

I use innodb engine for tables, and using (du -sm *) in /var/lib/mysql to get all database sizes.

 
9 years, 1 month ago Jan Lindström

Can you provide the ls -lsR --block-size=1 /var/lib/mysql/* output from all 3 nodes, it is interesting where the difference is, there can be difference e.g. in error log size.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.