I have wordpress site using 3 mysql replication. Master-master replication and 1 slave. Now have problem with the slave. When Master update posting from XMLRPC, the slave is not getting update too. This is happen a few days ago, before that is working fine and beside that at other server that using Master-Master replication is working fine too.
I can't find any error message as If I create new post or update it not from XMLRPC, the replication in slave is working fine.
I don't know what happen before got this problem but as long as I know, the last thing that I did was update wordpress to version 3.4. But if this the cause why at master-master replication still working fine as all site using version 3.4 too?
By the way, I saw at master there were a lot of transfer data from slave, compare from other slave server that using master/slave. About 288MB incoming data from slave.
2136K 288M ACCEPT tcp -- * * xx.14.xx.107 0.0.0.0/0 tcp dpt:3306
272K 14M ACCEPT tcp -- * * xx.18.xx.36 0.0.0.0/0 tcp dpt:3306
edit:
I just solve my own problem :D
My configuration are 3 server. A and B are master-master replication and C is slave-master with A. My problem is because from XMLRPC server (D) resolve my domain to server B when create/update posting (I'm using single domain) so It's seem can't update slave C if is not from A. I'm forget that I was moving to new server D too.
I don't know if it's normal that Slave C only can be updated from A if using XMLRPC but at least solve my problem. :D