Re: Group member stuck recovering
Hi Geert,
Thank you for using Group Replication.
If you want to see the progress of the recover you can use show slave status for the group_replication_recovery channel (see
https://www.slideshare.net/lefred.descamps/mysql-innodb-cluster-and-group-replication-in-a-nutshell/115)
Using the shell you can also rejoin an instance. and if an instance seems stalled, you should see why in its error log. And in any case you can remove the instance from the group (using --force) with MySQL Shell and add it back without touching the filesystem. If there are some data integrity problem, the shell will tell you.
Don't forget to always use the latest shell !
Regards,
Subject
Views
Written By
Posted
1054
September 03, 2018 09:47AM
761
September 04, 2018 01:09AM
Re: Group member stuck recovering
2286
September 04, 2018 01:28PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.