I have three node MariaDB Galera Cluster. Initially database size in all the three nodes was same. However recently it has been noticed that database size in one node more than other two node. Could you please let me know whether it is expected behaviour.
Thanks in advance.
As Galera doesn't do physical replication of tablespace disk blocks but logical replication of transactions the data sizes on different nodes (assuming you are referring to tablespace file sizes on disk) may differ for several reasons:
So this is expected behavior for sure.