Row-level locking and XtraDB Cluster

Row-level locking and XtraDB Cluster

InnoDB works the same in Percona XtraDB Cluster when you look from the single node perspective. But when you allow writes coming to multiple nodes, you may face conflicts. So either you keep doing writes to only one node at a time (like if you had only one master), or you will adapt your application to avoid conflicts.
This may be helpful for you: Percona XtraDB Cluster: Multi-node writing and Unexpected deadlocks - Percona Database Performance Blog