suxb201
suxb201
1. Send `info replication` to master node, and check the `master_repl_offset` and the `offset` in `slaveXXX `. 2. Yes, currently need to do this. There may be improvements in future...
@ayasha05 1. Some users will have write traffic all the time, and they may want to use redis-shake to continuously synchronize data. 2. The number of redis-shake you start should...
@ayasha05 1. Yes. 2. Maybe you have the same number of source clusters as your destination clusters, so their slot distributions are the same, so one node's data will only...
See go-redis issue: https://github.com/go-redis/redis/issues/1593. I will fix it in the next version.
没法实现,需要改内核代码来实现。 不依赖内核的话,之前有人提过用事务来搞,但是既不太优雅,暂时也没时间搞。
v3 上已经改了
看起来 AWS 会发一些非标命令,建议使用 Lua 过滤掉 replconf:https://github.com/alibaba/RedisShake/wiki/%E4%BD%BF%E7%94%A8-filters-%E5%81%9A%E6%95%B0%E6%8D%AE%E6%B8%85%E6%B4%97
https://github.com/alibaba/RedisShake/blob/v3/filters/aws.lua
支持增量同步,原理是模拟 Redis slave。 --- > 且aof相关的写入日志是突然中断,未给出其他日志信息。 请给出一些日志信息,不太明白这里表达的意思。 --- > 尝试对rdb.go等模块进行了一些改动 请尝试使用未改动的版本测一下,看看还会出问题吗?可能你的改动会导致有些 offset 的统计出现问题。
1. 请问 rmt 是什么工具? 2. 试一下 3.x 版本的 shake 性能有较高提升