As you may know by now, MySQL 8.0.2 DMR is out ! \o/
Many features have been added (see Geir Høydalsvik‘s announcement) and of course the replication also brought new features and improvements (see this post from Luís Soares).
But some improvements in the monitoring broke the added sys view used by ProxySQL to monitor the state of a member of the group:
mysql> select * from sys.gr_member_routing_candidate_status; +------------------+-----------+---------------------+----------------------+ | viable_candidate | read_only | transactions_behind | transactions_to_cert | …[Read more]