2022-08-25 15:47:15.424 [canal-instance-scan-0] INFO c.a.o.c.i.spring.support.PropertyPlaceholderConfigurer - Properties resource not found: class path resource [mall/instance.properties] cannot be opened because it does not exist 2022-08-25 15:47:15.729 [canal-instance-scan-0] INFO c.a.o.c.i.spring.support.PropertyPlaceholderConfigurer - Properties resource not found: class path resource [mall/instance.properties] cannot be opened because it does not exist 2022-08-25 15:47:16.791 [canal-instance-scan-0] INFO c.a.otter.canal.instance.spring.CanalInstanceWithSpring - start CannalInstance for 1-mall 2022-08-25 15:47:16.798 [canal-instance-scan-0] WARN c.a.o.canal.parse.inbound.mysql.dbsync.LogEventConvert - --> init table filter : ^mall..$ 2022-08-25 15:47:16.798 [canal-instance-scan-0] WARN c.a.o.canal.parse.inbound.mysql.dbsync.LogEventConvert - --> init table black filter : ^..BASE TABLE.*$ 2022-08-25 15:47:16.805 [canal-instance-scan-0] INFO c.a.otter.canal.instance.core.AbstractCanalInstance - start successful.... 2022-08-25 15:47:17.201 [destination = mall , address = csm-mysql-svc.default.svc.cluster.local/172.21.1.204:3306 , EventParser] WARN c.a.o.c.p.inbound.mysql.rds.RdsBinlogEventParserProxy - ---> begin to find start position, it will be long time for reset or first position 2022-08-25 15:47:17.201 [destination = mall , address = csm-mysql-svc.default.svc.cluster.local/172.21.1.204:3306 , EventParser] WARN c.a.o.c.p.inbound.mysql.rds.RdsBinlogEventParserProxy - prepare to find start position just show master status
原提问者GitHub用户guihouchang
这个日志打印后,正在基于show master status初始化binlog位置,需要几十秒的时间,取决于和数据库之间的网络质量,可以jstack关注下线程情况
原回答者GitHub用户agapple
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。