MySQL Forums
Forum List  »  InnoDB clusters

Problem with white_list
Posted by: Carlo Camusso
Date: May 11, 2018 05:20AM

Hi all,
in Mysql 8.0.11 I try to create a Custer with this \js command:
mysqlsh> var cluster=dba.createCluster('testCluster');

bud I receive this error in mysqld.log:

2018-05-11T11:08:57.010146Z 0 [Warning] [MY-011735] [Repl] Plugin group_replication reported: '[GCS] Connection attempt from IP address 80.211.34.75 refused. Address is not in the IP whitelist.'
2018-05-11T11:08:58.010896Z 0 [Warning] [MY-011735] [Repl] Plugin group_replication reported: '[GCS] Connection attempt from IP address 80.211.34.75 refused. Address is not in the IP whitelist.'
2018-05-11T11:08:59.011758Z 0 [Warning] [MY-011735] [Repl] Plugin group_replication reported: '[GCS] Connection attempt from IP address 80.211.34.75 refused. Address is not in the IP whitelist.'
2018-05-11T11:09:00.012470Z 0 [Warning] [MY-011735] [Repl] Plugin group_replication reported: '[GCS] Connection attempt from IP address 80.211.34.75 refused. Address is not in the IP whitelist.'
2018-05-11T11:09:01.013224Z 0 [Warning] [MY-011735] [Repl] Plugin group_replication reported: '[GCS] Connection attempt from IP address 80.211.34.75 refused. Address is not in the IP whitelist.'
2018-05-11T11:09:02.013857Z 0 [Warning] [MY-011735] [Repl] Plugin group_replication reported: '[GCS] Connection attempt from IP address 80.211.34.75 refused. Address is not in the IP whitelist.'
2018-05-11T11:09:03.014553Z 0 [Warning] [MY-011735] [Repl] Plugin group_replication reported: '[GCS] Connection attempt from IP address 80.211.34.75 refused. Address is not in the IP whitelist.'
2018-05-11T11:09:04.015250Z 0 [Warning] [MY-011735] [Repl] Plugin group_replication reported: '[GCS] Connection attempt from IP address 80.211.34.75 refused. Address is not in the IP whitelist.'
2018-05-11T11:09:05.016064Z 0 [Warning] [MY-011735] [Repl] Plugin group_replication reported: '[GCS] Connection attempt from IP address 80.211.34.75 refused. Address is not in the IP whitelist.'
2018-05-11T11:09:06.016735Z 0 [Warning] [MY-011735] [Repl] Plugin group_replication reported: '[GCS] Connection attempt from IP address 80.211.34.75 refused. Address is not in the IP whitelist.'
2018-05-11T11:09:07.017462Z 0 [Warning] [MY-011735] [Repl] Plugin group_replication reported: '[GCS] Connection attempt from IP address 80.211.34.75 refused. Address is not in the IP whitelist.'
2018-05-11T11:09:07.017648Z 0 [ERROR] [MY-011735] [Repl] Plugin group_replication reported: '[GCS] Error connecting to the local group communication engine instance.'
2018-05-11T11:09:07.142073Z 0 [ERROR] [MY-011735] [Repl] Plugin group_replication reported: '[GCS] The member was unable to join the group. Local port: 33061'
2018-05-11T11:09:56.983575Z 2 [ERROR] [MY-011640] [Repl] Plugin group_replication reported: 'Timeout on wait for view after joining group'
2018-05-11T11:09:56.983774Z 2 [ERROR] [MY-011735] [Repl] Plugin group_replication reported: '[GCS] The member is leaving a group without being on one.'

I add my IP server in white list but not work
mysql> STOP GROUP_REPLICATION;
mysql> SET GLOBAL group_replication_ip_whitelist="80.211.34.75";
mysql> START GROUP_REPLICATION;

Can you help me?

Options: ReplyQuote


Subject
Views
Written By
Posted
Problem with white_list
5485
May 11, 2018 05:20AM
2814
May 14, 2018 04:46AM
1410
May 14, 2018 04:52AM


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.