dbaupper 发表于 2022-8-28 22:37:02

start group_replication 报错

ERROR 3092(HY000): the server is not configured properly to be an active memory of the group

查看日志
warning plugin group_replication reported ' connection attemp from ip address ::ffff:xx.xx.xx.xx refused . address is not in the ip allowlist
ERROR plugin group_replication reported ' Error connecting to the local group communication engine instance

yejr 发表于 2022-8-28 22:49:08

错误日志中的提示已经很清楚了:
warning plugin group_replication reported ' connection attemp from ip address ::ffff:xx.xx.xx.xx refused . address is not in the ip allowlist

详见这个FAQ:https://greatsql.cn/doc/#!&v=55_19_0
3. 都有哪些情况可能导致MGR服务无法启动

dbaupper 发表于 2022-8-28 23:07:16

loose-group_replication_group_seeds = '25.19.136.84:33061,25.19.136.85:33061,25.19.136.86:33061'
该参数已经配置

dbaupper 发表于 2022-8-29 08:50:38

yejr 发表于 2022-8-28 22:49
错误日志中的提示已经很清楚了:
warning plugin group_replication reported ' c ...

为什么会出现这种情况呢,我在其他的配置文档中也没有发现需要配置这个白名单

yejr 发表于 2022-8-29 11:33:07

dbaupper 发表于 2022-8-29 08:50
为什么会出现这种情况呢,我在其他的配置文档中也没有发现需要配置这个白名单 ...

认真看我上面贴的faq文档链接,以及延伸文章 https://mp.weixin.qq.com/s/sbYufrlOx4cKiT8sV3hCaw 这里面已经分析了原因

qingyuan 发表于 2022-8-30 10:33:32

学习了,我也遇到过类似问题
页: [1]
查看完整版本: start group_replication 报错