We have brought further enhancement to MySQL Group Replication 5.7 release by backporting some most requested features to MySQL 5.7.20 release:
- Member weight for automatic primary election on failover
- Disallow writes after leaving the group
And to MySQL 5.7.19 release:
- Transaction savepoint support
Member weight for automatic primary election on failover
The Member weight for automatic primary election on failover feature will allow user to influence primary member election using a integer member weight value.…