MySQL 8.0.17 is officially released Yesterday. The most talked
feature is the clone plugin, which enables the automatic node
provisioning from an existing node (a Donor). This also closes
the gap between MySQL Group Replication and Galera Cluster on
usability.
Congrats to MySQL engineering team on the excellent work!
Specially expose the visibility of the operations:
mysql> SELECT STATE FROM
performance_schema.clone_status;
+-----------+
| STATE |
+-----------+
| Completed |
+-----------+
1 row in set (0.02 sec)
mysql> SELECT STAGE, STATE, END_TIME FROM
performance_schema.clone_progress;
+-----------+-------------+----------------------------+
| STAGE | STATE |
END_TIME …
Showing entries 1 to 1
Jul
24
2019
Showing entries 1 to 1