wangshuang0220
wangshuang0220
> Additional: According to debezium guide, the `timestamp` type is not affected by the `time.precision.mode:connect` param. (https://debezium.io/documentation/reference/stable/connectors/mysql.html#mysql-temporal-types) > > This is very unexpected. Is there a way we can have...
#631 一样的问题,修改target_redis_proto_max_bulk_len值为0,rdb阶段同步stream数据不报错了
> 说明源端和目的端版本不一致 - redis6->redis6 不报错 - redis6->redis7 不报错 - redis7->redis7 不报错 - redis7->redis6 **报错**, 报错通过target_redis_proto_max_bulk_len = 0 解决,有什么问题或者隐患吗?感谢及时回复
> > The repository got updated, download a new version. I will soon add a proxy command line argument to `g4f.gui.run` or perhaps will you @Commenter123321 ? > > you...
may i know how to fix this issue?
"status": "syncing aof", 这个监控指标。
kHandShake State = "hand shaking" kWaitBgsave State = "waiting bgsave" kReceiveRdb State = "receiving rdb" kSyncRdb State = "syncing rdb" kSyncAof State = "syncing aof"
> redis-shake采用v3版本 ,restore模式,执行完就退出进程了,获取metrics就不通了吧,到时候怎么判断 执行完退出,是因为配置参数没有同步aof。同步工具同步完rdb正常退出就是rdb阶段同步完成了。