mysql> set global wsrep_desync=1;
Query OK, 0 rows affected (0,00 sec)
mysql> set wsrep_OSU_method=RSU;
Query OK, 0 rows affected (0,00 sec)
mysql> create table t1 (i int primary key);
ERROR 1213 (40001): Deadlock found when trying to get lock; try restarting transaction