From: Alex <mys...@gm...> - 2015-08-19 18:12:28
|
Hi, > I don't have answers to all your questions but could you explain why you > are using db_cluster and how/why you set the replication to 5 MySQL > databases? This seems overkill and needlessly complex. It's actually three databases - two of them have multiple CNAMEs that appear to be chosen on occasion. I'm using db_cluster because I have three mail servers for the same domain with the same weight, resulting in a reconnect potentially reaching a different mail server, otherwise resulting in another 5 minute greylisting delay. I thought that was the correct way to address this situation? > Can you reproduce your problem with a single database and db_cluster off? For the reason described above, I don't think it would be a good idea to disconnect them from each other. This configuration seemed to run just fine for months. There are entries in the mysql error logs when I deliberately disconnected the master from the slave, but nothing around the time the dbaccess error was triggered. Should I look at recording every INSERT in the logs somehow? Thanks, Alex |