Does the changes made by DML operation in one node is replicated to another nodes ?
Hi Darpan;
See the below links:
http://galeracluster.com/documentation-webpages/schemaupgrades.html
http://www.percona.com/doc/percona-xtradb-cluster/5.6/wsrep-system-index.html#wsrep_OSU_method
By default, the DDL statements will get replicated to all nodes (TOI). But you can change the value to RSU to prevent this.
-Scott