MySQL Forums
Forum List  »  InnoDB clusters

Unable to create InnoDB Cluster with MySQL 8.0.13
Posted by: Dineshkumar Natarajan
Date: May 07, 2019 09:32AM

I am trying to create innoDB Cluster between 3 nodes of mysql 8.0.16. CreateCluster through mysql shell fails with below error,

2019-05-07T08:28:54.601710Z 1511 [System] [MY-010597] [Repl] 'CHANGE MASTER TO FOR CHANNEL 'group_replication_recovery' executed'. Previous state master_host='', mas. New state master_host='', master_port= 3306, master_log_file='', master_log_pos= 4, master_bind=''.
2019-05-07T08:28:54.645236Z 1511 [Warning] [MY-011735] [Repl] Plugin group_replication reported: '[GCS] Automatically adding IPv4 localhost address to the whitelist.
2019-05-07T08:28:54.645294Z 1511 [Warning] [MY-011735] [Repl] Plugin group_replication reported: '[GCS] Automatically adding IPv6 localhost address to the whitelist.
2019-05-07T08:28:54.647496Z 1513 [System] [MY-010597] [Repl] 'CHANGE MASTER TO FOR CHANNEL 'group_replication_applier' executed'. Previous state master_host='<NULL>'''. New state master_host='<NULL>', master_port= 0, master_log_file='', master_log_pos= 4, master_bind=''.
2019-05-07T08:28:54.731091Z 0 [ERROR] [MY-011735] [Repl] Plugin group_replication reported: '[GCS] Error connecting to the local group communication engine instance.
2019-05-07T08:28:55.747250Z 0 [ERROR] [MY-011735] [Repl] Plugin group_replication reported: '[GCS] The member was unable to join the group. Local port: 33061'
2019-05-07T08:29:54.701202Z 1511 [ERROR] [MY-011640] [Repl] Plugin group_replication reported: 'Timeout on wait for view after joining group'
2019-05-07T08:29:54.701379Z 1511 [ERROR] [MY-011735] [Repl] Plugin group_replication reported: '[GCS] The member is leaving a group without being on one.'

firewall rules were already in place and i have already disabled ipv6 in /etc/sysctl.conf

- Dinesh.



Edited 1 time(s). Last edit at 05/07/2019 10:29AM by Dineshkumar Natarajan.

Options: ReplyQuote


Subject
Views
Written By
Posted
Unable to create InnoDB Cluster with MySQL 8.0.13
1441
May 07, 2019 09:32AM


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.