MySQL Forums
Forum List  »  Replication

Group Replication on Windows wont start
Posted by: IGG t
Date: December 16, 2016 09:39AM

Now that MySQL Group_Replication is GA in 5.7.17 I decided to test it.

I have installed 3 instances of MySQL 5.7.17 on my local PC, and followed the instructions in http://dev.mysql.com/doc/refman/5.7/en/group-replication.html .
I have followed it precisely with the only differences being the paths used as I'm on Windows not Linux, and using `group_replication.dll` instead of `group_replication.so`.

I can get the first instance running, but every time I try and add a second instance I get the error:

"Error Code: 3092. The server is not configured properly to be an active member of the group. Please see more details on error log."

Which in the error log says:

"2016-12-16T11:57:09.418962Z 0 [ERROR] Plugin group_replication reported: 'This member has more executed transactions than those present in the group. Local transactions: a58fa451-c37e-11e6-bdbf-902b34518b90:1 > Group transactions: 8b08f829-c37e-11e6-bcf0-902b34518b90:1-2, aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa:1-8'
2016-12-16T11:57:09.421962Z 0 [ERROR] Plugin group_replication reported: 'The member contains transactions not present in the group. The member will now exit the group.'
2016-12-16T11:57:09.422962Z 0 [Note] Plugin group_replication reported: 'To force this member into the group you can use the group_replication_allow_local_disjoint_gtids_join option'"

Do I need to do something else because it is on windows, or is this a Bug?

Options: ReplyQuote


Subject
Views
Written By
Posted
Group Replication on Windows wont start
4143
December 16, 2016 09:39AM


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.