开发者社区 > 数据库 > 关系型数据库 > 正文

阿里云RDS高可用版mysql5.6同步binlog错误

环境信息

canal version
1.1.2
mysql version
阿里云RDS高可用版 mysql5.6

问题描述

阿里云日志管理错误日志:

Start binlog_dump to master_thread_id(50359726) slave_server(756032110), pos(mysql-bin.000708, 12816103)

canal无法继续同步之后的binlog

WARN c.a.o.c.p.inbound.mysql.rds.RdsBinlogEventParserProxy - ---> find start position successfully, EntryPosition[included=false,journalName=mysql-bin.000708,position=12816103,serverId=,gtid=,timestamp=1544937640000] cost : 277ms , the next step is binlog dump

卡在这里之后,之后的binlog都无法接收到

原提问者GitHub用户raighneweng

展开
收起
古拉古拉 2023-05-08 16:50:46 136 0
1 条回答
写回答
取消 提交回答
  • 1、不要去连接RDS只读实例

    2、show binlog events in 'mysql-bin.000708' from 12816103 limit 100 , 看一下是否有对应符合filter条件的binlog

    Connection reset by peer , 一般是空闲链接导致, 默认1个小时

    原回答者GitHub用户agapple

    2023-05-09 18:25:35
    赞同 展开评论 打赏

阿里云关系型数据库主要有以下几种:RDS MySQL版、RDS PostgreSQL 版、RDS SQL Server 版、PolarDB MySQL版、PolarDB PostgreSQL 版、PolarDB分布式版 。

相关产品

  • 云数据库 RDS MySQL 版
  • 云数据库 RDS
  • 相关电子书

    更多
    TcpRT:阿里云RDS智能诊断系统云上大规模部署自动化服务的客户实践经验 立即下载
    TcpRT:面向大规模海量云数据库的服务质量实时采集与诊断系 立即下载
    袋鼠云基于阿里云RDS的数据库架构实践 立即下载

    相关镜像