该楼层疑似违规已被系统折叠 隐藏此楼查看此楼

恳求各位大神给把把脉,到底问题处在那个环节

环境: 三台物理机 192.168.1.3 192.168.1.4 192.168.1.5

配置文件:

[mysqld]

basedir=/usr/local/mysql

datadir=/var/lib/mysqlserver_id=1

port=3306

socket=/var/run/mysqld/mysql.sock

character-set-server=utf8mb4

collation-server=utf8mb4_general_ci

default-storage-engine=INNODBskip-name-resolve#Optimize

max_connections = 500

innodb_flush_log_at_trx_commit = 1

sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_DATE,NO_ZERO_IN_DATE,ERROR_FOR_DIVISION_BY_ZERO

explicit_defaults_for_timestamp=truelog-bin=binlog

log_bin_trust_function_creators=1

binlog_format=ROW

expire_logs_days=99

relay-log=s3-relay-binsync_binlog=0

slow-query-log=1

slow-query-log-file=/var/log/mysql/slow-queries.log

long_query_time=0.5

#log-queries-not-using-indexes

log-error=/var/log/mysql/mysql.err

gtid_mode=ON

enforce_gtid_consistency=ON

master_info_repository=TABLE

relay_log_info_repository=TABLE

relay_log_recovery = ON

binlog_checksum=NONE

log_slave_updates=ONplugin-load=group_replication.so

transaction_write_set_extraction = XXHASH64

loose-group_replication_group_name = 33847171-5f22-11e7-b03b-080027d9d784loose-group_replication_start_on_boot = off

loose-group_replication_local_address = 192.168.1.3:13306

loose-group_replication_group_seeds = 192.168.1.3:13306,192.168.1.4:13306,192.168.1.5:13306

loose-group_replication_bootstrap_group= off

loose-group_replication_single_primary_mode=TRUE

loose-group_replication_enforce_update_everywhere_checks=FALSEgroup_replication_allow_local_disjoint_gtids_join=ON

group-replication-auto-increment-increment=3

[client]

default-character-set=utf8mb4

port=3306

socket = /var/run/mysqld/mysql.sock

报错信息

2018-04-06T17:56:58.309067Z 2501 [Note] Plugin group_replication reported: '[GCS] SSL was not enabled'

2018-04-06T17:56:58.309094Z 2501 [Note] Plugin group_replication reported: 'Initialized group communication with configuration: group_replication_group_name: "33847171-5f22-11e7-b03b-080027d9d784"; group_replication_local_address: "192.168.1.5:13306"; group_replication_group_seeds: "192.168.1.3:13306,192.168.1.4:13306,192.168.1.5:13306"; group_replication_bootstrap_group: false; group_replication_poll_spin_loops: 0; group_replication_compression_threshold: 1000000; group_replication_ip_whitelist: "127.0.0.1/32,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,192.168.1.0/24"'

2018-04-06T17:56:58.309146Z 2501 [Note] Plugin group_replication reported: 'Member configuration: member_id: 3; member_uuid: "22b95cdd-5f38-11e7-b20c-1866da8c2fcd"; single-primary mode: "true"; group_replication_auto_increment_increment: 3; '

2018-04-06T17:56:58.309619Z 3029 [Note] 'CHANGE MASTER TO FOR CHANNEL 'group_replication_applier' executed'. Previous state master_host='', master_port= 0, master_log_file='', master_log_pos= 4, master_bind=''. New state master_host='', master_port= 0, master_log_file='', master_log_pos= 4, master_bind=''.

2018-04-06T17:56:58.517855Z 3032 [Note] Slave SQL thread for channel 'group_replication_applier' initialized, starting replication in log 'FIRST' at position 0, relay log './s5-relay-bin-group_replication_applier.000001' position: 4

2018-04-06T17:56:58.517855Z 2501 [Note] Plugin group_replication reported: 'Group Replication applier module successfully initialized!'

2018-04-06T17:56:58.517901Z 2501 [Note] Plugin group_replication reported: 'auto_increment_increment is set to 3'

2018-04-06T17:56:58.517907Z 2501 [Note] Plugin group_replication reported: 'auto_increment_offset is set to 3'

2018-04-06T17:56:58.518002Z 0 [Note] Plugin group_replication reported: 'state 4338 action xa_init'

2018-04-06T17:56:58.518035Z 0 [Note] Plugin group_replication reported: 'Successfully bound to 0.0.0.0:13306 (socket=99).'

2018-04-06T17:56:58.518056Z 0 [Note] Plugin group_replication reported: 'Successfully set listen backlog to 32 (socket=99)!'

2018-04-06T17:56:58.518062Z 0 [Note] Plugin group_replication reported: 'Successfully unblocked socket (socket=99)!'

2018-04-06T17:56:58.518091Z 0 [Note] Plugin group_replication reported: 'Ready to accept incoming connections on 0.0.0.0:13306 (socket=99)!'

2018-04-06T17:56:58.518094Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.5 13306'

2018-04-06T17:56:58.518213Z 0 [Note] Plugin group_replication reported: 'client connected to 192.168.1.5 13306 fd 1234'

2018-04-06T17:56:58.518356Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.5 13306'

2018-04-06T17:56:58.518425Z 0 [Note] Plugin group_replication reported: 'client connected to 192.168.1.5 13306 fd 1236'

2018-04-06T17:56:58.518519Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.5 13306'

2018-04-06T17:56:58.518589Z 0 [Note] Plugin group_replication reported: 'client connected to 192.168.1.5 13306 fd 1238'

2018-04-06T17:56:58.518785Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.5 13306'

2018-04-06T17:56:58.518841Z 0 [Note] Plugin group_replication reported: 'client connected to 192.168.1.5 13306 fd 1240'

2018-04-06T17:56:58.518961Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.5 13306'

2018-04-06T17:56:58.519015Z 0 [Note] Plugin group_replication reported: 'client connected to 192.168.1.5 13306 fd 1241'

2018-04-06T17:56:58.519129Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.5 13306'

2018-04-06T17:56:58.519207Z 0 [Note] Plugin group_replication reported: 'client connected to 192.168.1.5 13306 fd 1246'

2018-04-06T17:56:58.519332Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.3 13306'

2018-04-06T17:56:58.519385Z 0 [Note] Plugin group_replication reported: 'Getting the peer name failed while connecting to server 192.168.1.3 with error 111 -Connection refused.'

2018-04-06T17:56:58.519404Z 0 [ERROR] Plugin group_replication reported: '[GCS] Error on opening a connection to 192.168.1.3:13306 on local port: 13306.'

2018-04-06T17:56:58.519412Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.4 13306'

2018-04-06T17:56:58.519456Z 0 [Note] Plugin group_replication reported: 'Getting the peer name failed while connecting to server 192.168.1.4 with error 111 -Connection refused.'

2018-04-06T17:56:58.519468Z 0 [ERROR] Plugin group_replication reported: '[GCS] Error on opening a connection to 192.168.1.4:13306 on local port: 13306.'

2018-04-06T17:56:58.519476Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.3 13306'

2018-04-06T17:56:58.519508Z 0 [Note] Plugin group_replication reported: 'Getting the peer name failed while connecting to server 192.168.1.3 with error 111 -Connection refused.'

2018-04-06T17:56:58.519518Z 0 [ERROR] Plugin group_replication reported: '[GCS] Error on opening a connection to 192.168.1.3:13306 on local port: 13306.'

2018-04-06T17:56:58.519524Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.4 13306'

2018-04-06T17:56:58.519557Z 0 [Note] Plugin group_replication reported: 'Getting the peer name failed while connecting to server 192.168.1.4 with error 111 -Connection refused.'

2018-04-06T17:56:58.519568Z 0 [ERROR] Plugin group_replication reported: '[GCS] Error on opening a connection to 192.168.1.4:13306 on local port: 13306.'

2018-04-06T17:56:58.519574Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.3 13306'

2018-04-06T17:56:58.519604Z 0 [Note] Plugin group_replication reported: 'Getting the peer name failed while connecting to server 192.168.1.3 with error 111 -Connection refused.'

2018-04-06T17:56:58.519613Z 0 [ERROR] Plugin group_replication reported: '[GCS] Error on opening a connection to 192.168.1.3:13306 on local port: 13306.'

2018-04-06T17:56:58.519631Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.4 13306'

2018-04-06T17:56:58.519670Z 0 [Note] Plugin group_replication reported: 'Getting the peer name failed while connecting to server 192.168.1.4 with error 111 -Connection refused.'

2018-04-06T17:56:58.519680Z 0 [ERROR] Plugin group_replication reported: '[GCS] Error on opening a connection to 192.168.1.4:13306 on local port: 13306.'

2018-04-06T17:56:58.519688Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.3 13306'

2018-04-06T17:56:58.519746Z 0 [Note] Plugin group_replication reported: 'Getting the peer name failed while connecting to server 192.168.1.3 with error 111 -Connection refused.'

2018-04-06T17:56:58.519757Z 0 [ERROR] Plugin group_replication reported: '[GCS] Error on opening a connection to 192.168.1.3:13306 on local port: 13306.'

2018-04-06T17:56:58.519764Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.4 13306'

2018-04-06T17:56:58.519795Z 0 [Note] Plugin group_replication reported: 'Getting the peer name failed while connecting to server 192.168.1.4 with error 111 -Connection refused.'

2018-04-06T17:56:58.519805Z 0 [ERROR] Plugin group_replication reported: '[GCS] Error on opening a connection to 192.168.1.4:13306 on local port: 13306.'

2018-04-06T17:56:58.519812Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.3 13306'

2018-04-06T17:56:58.519848Z 0 [Note] Plugin group_replication reported: 'Getting the peer name failed while connecting to server 192.168.1.3 with error 111 -Connection refused.'

2018-04-06T17:56:58.519858Z 0 [ERROR] Plugin group_replication reported: '[GCS] Error on opening a connection to 192.168.1.3:13306 on local port: 13306.'

2018-04-06T17:56:58.519872Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.4 13306'

2018-04-06T17:56:58.519905Z 0 [Note] Plugin group_replication reported: 'Getting the peer name failed while connecting to server 192.168.1.4 with error 111 -Connection refused.'

2018-04-06T17:56:58.519915Z 0 [ERROR] Plugin group_replication reported: '[GCS] Error on opening a connection to 192.168.1.4:13306 on local port: 13306.'

2018-04-06T17:56:58.519923Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.3 13306'

2018-04-06T17:56:58.519954Z 0 [Note] Plugin group_replication reported: 'Getting the peer name failed while connecting to server 192.168.1.3 with error 111 -Connection refused.'

2018-04-06T17:56:58.519964Z 0 [ERROR] Plugin group_replication reported: '[GCS] Error on opening a connection to 192.168.1.3:13306 on local port: 13306.'

2018-04-06T17:56:58.519972Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.4 13306'

2018-04-06T17:56:58.520011Z 0 [Note] Plugin group_replication reported: 'Getting the peer name failed while connecting to server 192.168.1.4 with error 111 -Connection refused.'

2018-04-06T17:56:58.520022Z 0 [ERROR] Plugin group_replication reported: '[GCS] Error on opening a connection to 192.168.1.4:13306 on local port: 13306.'

2018-04-06T17:56:58.520030Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.3 13306'

2018-04-06T17:56:58.520060Z 0 [Note] Plugin group_replication reported: 'Getting the peer name failed while connecting to server 192.168.1.3 with error 111 -Connection refused.'

2018-04-06T17:56:58.520070Z 0 [ERROR] Plugin group_replication reported: '[GCS] Error on opening a connection to 192.168.1.3:13306 on local port: 13306.'

2018-04-06T17:56:58.520078Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.4 13306'

2018-04-06T17:56:58.520108Z 0 [Note] Plugin group_replication reported: 'Getting the peer name failed while connecting to server 192.168.1.4 with error 111 -Connection refused.'

2018-04-06T17:56:58.520129Z 0 [ERROR] Plugin group_replication reported: '[GCS] Error on opening a connection to 192.168.1.4:13306 on local port: 13306.'

2018-04-06T17:56:58.520140Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.3 13306'

2018-04-06T17:56:58.520173Z 0 [Note] Plugin group_replication reported: 'Getting the peer name failed while connecting to server 192.168.1.3 with error 111 -Connection refused.'

2018-04-06T17:56:58.520184Z 0 [ERROR] Plugin group_replication reported: '[GCS] Error on opening a connection to 192.168.1.3:13306 on local port: 13306.'

2018-04-06T17:56:58.520190Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.4 13306'

2018-04-06T17:56:58.520221Z 0 [Note] Plugin group_replication reported: 'Getting the peer name failed while connecting to server 192.168.1.4 with error 111 -Connection refused.'

2018-04-06T17:56:58.520231Z 0 [ERROR] Plugin group_replication reported: '[GCS] Error on opening a connection to 192.168.1.4:13306 on local port: 13306.'

2018-04-06T17:56:58.520240Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.3 13306'

2018-04-06T17:56:58.520274Z 0 [Note] Plugin group_replication reported: 'Getting the peer name failed while connecting to server 192.168.1.3 with error 111 -Connection refused.'

2018-04-06T17:56:58.520284Z 0 [ERROR] Plugin group_replication reported: '[GCS] Error on opening a connection to 192.168.1.3:13306 on local port: 13306.'

2018-04-06T17:56:58.520292Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.4 13306'

2018-04-06T17:56:58.520323Z 0 [Note] Plugin group_replication reported: 'Getting the peer name failed while connecting to server 192.168.1.4 with error 111 -Connection refused.'

2018-04-06T17:56:58.520333Z 0 [ERROR] Plugin group_replication reported: '[GCS] Error on opening a connection to 192.168.1.4:13306 on local port: 13306.'

2018-04-06T17:56:58.520341Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.3 13306'

2018-04-06T17:56:58.520370Z 0 [Note] Plugin group_replication reported: 'Getting the peer name failed while connecting to server 192.168.1.3 with error 111 -Connection refused.'

2018-04-06T17:56:58.520386Z 0 [ERROR] Plugin group_replication reported: '[GCS] Error on opening a connection to 192.168.1.3:13306 on local port: 13306.'

2018-04-06T17:56:58.520392Z 0 [Note] Plugin group_replication reported: 'connecting to 192.168.1.4 13306'

2018-04-06T17:56:58.520427Z 0 [Note] Plugin group_replication reported: 'Getting the peer name failed while connecting to server 192.168.1.4 with error 111 -Connection refused.'

2018-04-06T17:56:58.520437Z 0 [ERROR] Plugin group_replication reported: '[GCS] Error on opening a connection to 192.168.1.4:13306 on local port: 13306.'

2018-04-06T17:56:58.520447Z 0 [ERROR] Plugin group_replication reported: '[GCS] Error connecting to all peers. Member join failed. Local port: 13306'

2018-04-06T17:56:58.520502Z 0 [Note] Plugin group_replication reported: 'state 4338 action xa_terminate'

2018-04-06T17:56:58.520525Z 0 [Note] Plugin group_replication reported: 'new state x_start'

2018-04-06T17:56:58.520531Z 0 [Note] Plugin group_replication reported: 'state 4338 action xa_exit'

2018-04-06T17:56:58.520610Z 0 [Note] Plugin group_replication reported: 'Exiting xcom thread'

2018-04-06T17:56:58.520618Z 0 [Note] Plugin group_replication reported: 'new state x_start'

2018-04-06T17:56:58.520662Z 0 [Warning] Plugin group_replication reported: 'read failed'

2018-04-06T17:56:58.543318Z 0 [ERROR] Plugin group_replication reported: '[GCS] The member was unable to join the group. Local port: 13306'

2018-04-06T17:57:58.517998Z 2501 [ERROR] Plugin group_replication reported: 'Timeout on wait for view after joining group'

2018-04-06T17:57:58.518039Z 2501 [Note] Plugin group_replication reported: 'Requesting to leave the group despite of not being a member'

2018-04-06T17:57:58.518059Z 2501 [ERROR] Plugin group_replication reported: '[GCS] The member is leaving a group without being on one.'

2018-04-06T17:57:58.518179Z 2501 [Note] Plugin group_replication reported: 'auto_increment_increment is reset to 1'

2018-04-06T17:57:58.518200Z 2501 [Note] Plugin group_replication reported: 'auto_increment_offset is reset to 1'

2018-04-06T17:57:58.518309Z 3032 [Note] Error reading relay log event for channel 'group_replication_applier': slave SQL thread was killed

2018-04-06T17:57:58.617325Z 3029 [Note] Plugin group_replication reported: 'The group replication applier thread was killed'

2018-04-06T17:57:59.628840Z 3044 [Note] Aborted connection 3044 to db: 'unconnected' user: 'proxysql' host: '192.168.1.4' (Got an error writing communication packets)

mysql下载是port报错_mysql group replication添加复制节点报错相关推荐

  1. k8s入坑之报错(11)添加node节点报错:error execution phase preflight: [preflight] Some fatal errors occurred:...

    参考文档:wangzy-Zj-Kubernetes 加入主节点报错 报错信息: [root@localhost ~]# kubeadm join 192.168.1.112:6443 --token ...

  2. Mysql8 group replication组复制集群单主多主模式切换

    Mysql8 MGR集群操作图解 声明与简介 本文的数据来自网络,部分代码也有所参照,这里做了注释和延伸,旨在技术交流,如有冒犯之处请联系博主及时处理.本文主要介绍mysql的MGR集群的操作. My ...

  3. mysql下载完安装包怎么办_MySQL下载压缩包安装详细过程

    MySQL下载压缩包安装详细过程 一.下载 打开官方网站: 二.安装: 1.MySQL安装文件.zip 压缩包安装 2.zip格式是自己解压,解压缩之后其实MySQL就可以使用了,但是要进行环境变量配 ...

  4. mysql下载好压缩包如何安装_Mysql下载压缩包安装及Navicat连接

    Mysql压缩包下载 一.安装mysq 二.登录mysql 三.使用Navicat连接mysql 0.1.mysql压缩包下载 链接: https://pan.baidu.com/s/1Z98nb2P ...

  5. mysql mgr简介_MySQL Group Replication(MGR)使用简介与注意事项

    MySQL Group Replication(MGR)是MySQL官方在5.7.17版本引进的一个数据库高可用与高扩展的解决方案,以插件形式提供.MGR基于分布式paxos协议,实现组复制,保证数据 ...

  6. mysql group 更新递增_MySQL Group Replication在网易使用和优化实践

    本文由作者授权网易云发布,未经许可,请勿转载 作者:温正湖,网易数据库技术专家 MGR(MySQL Group Replication)是MySQL官方推出的领先的服务高可用和数据高可靠方案,网易从2 ...

  7. Mysql 8 group replication组复制集群单主配置图解

    Mysql 8 MGR集群单主配置图解 声明与简介 本文的数据来自网络,部分代码也有所参照,这里做了注释和延伸,旨在技术交流,如有冒犯之处请联系博主及时处理.本文主要介绍mysql的MGR集群的配置. ...

  8. ibatis mysql 同时删多个表报错_MySQL中Multiple primary key defined报错的解决办法

    MySQL中Multiple primary key defined报错的解决办法 创建主键可以有两种方式: create table 表名( 字段名 类型, 字段名 类型, -- primary k ...

  9. Mysql存储过程老是报错_mysql中看看这个存储过程老是报错,该如何处理

    mysql中看看这个存储过程老是报错 我的mysql版本是5.5.21的,下面这个存储过程是需要更加另外3张表的数据来更新strategycontracttemp中数据,但是每次更新到中途报错,先代码 ...

最新文章

  1. 【视觉SLAM14讲】ch3课后题答案
  2. 软件测试:黑盒白盒与动态静态之间有必然联系吗
  3. mhk科技计算机报名时间,2021计算机等级考试报名时间
  4. jvm性能调优 - 16案例实战_每日上亿请求量的电商系统 年轻代垃圾回收参数如何优化
  5. sap内表 table_LINE
  6. Facebook全面推出Watch Party,可多人线上同看直播视频
  7. orb-slam2 代码逻辑梳理
  8. 香港中文大计算机科学系电话,港大和港中文计算机科学系2021年提前批招生开启!...
  9. 平面设计素材|现代色彩风格的海报设计
  10. 实战HCNA1:华为设备快速记忆生成树的角色及选举规则,实施基本的VLAN间路由和基础的VRRP协议...
  11. Arcgis Javascript那些事儿(二)--要素画图编辑
  12. mysql数据库之间的转移
  13. 如何彻底删掉360安全卫士,删除顽固的DLL文件
  14. 2012年中国本土IC设计企业排名TOP10
  15. 上帝视角看区块链项目
  16. 通过虚拟机下载Debian全量镜像,并保存至本地
  17. NUC977 烧录uboot到 SPI flash
  18. 直线插补c语言源程序,老哥们求助直线插补程序,带图我不会图啊
  19. 奶茶MM:爱上一个大叔,是野马遇上一片草原。
  20. 制作属于自己的一个微信小程序音乐播放器

热门文章

  1. 程序设计模式浅析(plain framework商业版设计模式)
  2. HttpContext.Current.Cache在控制台下不工作
  3. Oracle修改机器名后导致监听和console无法启动解决方法参考(转的)
  4. ListView列排序功能实现
  5. JavaScript之jQuery够用即可(jQuery的引入、查找选择器、左侧菜单栏)
  6. Python批量下载电子邮件附件并汇总合并Excel文件
  7. mysql 长度为1 的空字符串_MYSQL,如果定义了一个字符串的字段,长度为255,那么当我添加一个空字符串数据时占用空间吗?...
  8. linux 让暂停的进程恢复,Linux 下进程的挂起和恢复命令
  9. python如何互换_python中怎么交换列的顺序
  10. 力扣332. 重新安排行程(JavaScript)