I faced a strange issue.
database: MySQL5.7
OS: centOS6
setup the replication for Mysql, the primary server named host1, the secondary is host2.
the secondary is in read-only mode, and disabled all application to connect this server.
I checked the DPA, found some DML queries in the slave, and these queries came from the server named 'NO_HOST_NAME', discussed with the dev team, they said the query runs on the primary server.
so I want to know why the issue happen, and does the DPA tools parse the replication query? if the DPA parsed all queries included replication, is it missed to parse the filter?
thanks