MySQL Forums
Forum List  »  Replication

Re: Group member stuck recovering
Posted by: Frederic Descamps
Date: September 04, 2018 01:28PM

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,

Options: ReplyQuote


Subject
Views
Written By
Posted
913
September 03, 2018 09:47AM
670
September 04, 2018 01:09AM
Re: Group member stuck recovering
2069
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.