Hello, A new question has been asked in "MariaDB Community" by markwass. Please answer it at http://mariadb.com/kb/en/multi-master-replication-and-skip-error/ as the person asking the question may not be subscribed to the mailing list. -------------------------------- Hi Guys I have 3 MariaDB 10 servers all running on Ubuntu 14.04 in a multi master replication setup. I had an issue the other day with replication where one of my slaves was asking me to run "SET GLOBAL sql_slave_skip_counter=1; start slave;" After running the command it did not fix the issue. So I tried "stop all slaves; SET GLOBAL sql_slave_skip_counter=1; start all slaves;" and still the issue was there. I'm wondering if it's because I'm using GlobaI Transaction ID's? Using_Gtid: Slave_Pos If this is the case then can some one explain to me how I would over come this replication error while using Global Transaction ID's? Thanks -------------------------------- To view or answer this question please visit: http://mariadb.com/kb/en/multi-master-replication-and-skip-error/