mysql - Anonymous transactions get made even with GTID_MODE=ON -


i'm using mysql 5.7 gtid master-master replication , i'm experiencing strange error.

randomly 1 of masters stop replicating with: "cannot replicate anonymous transaction when @@global.gtid_mode = on"

when check there indeed anonymous entry in binlog, isn't clear how got there since other master has gtid_mode=on , should not allow anonymous transactions execute or make way in binlog.

enforce_gtid_consistency on queries result in anonymous transaction should failing.

it's ever single query/transaction. previous , next queries in binlog have gtid's.

i ran same issue. first time saw when upgraded mysql 5.7.12.

i don't have workaround/fix yet either. version of mysql on?


Comments

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -