搭建MySQL 8.0.18+MGR单主模式过程中,执行START GROUP_REPLICATION;后提示“This member has more executed transactions than those present in the group”。
可能是因为数据不同步导致的问题。
reset master; show master status\G
START GROUP_REPLICATION;