suxb201

Results 240 comments of suxb201

@tearstainss 4.0 不支持 restore 的附加子段。非常建议升级 redis 版本,或者注释 redis-shake 对应代码并重编译。redis-shake 没有在 5.0 一下版本测试。

- https://github.com/alibaba/RedisShake#usage - https://github.com/alibaba/RedisShake/blob/v3/redis-shake.toml Could these links solve your problem?

redis-shake-v3.0.0.tar.gz is compiled from the source code. 1. modify the `redis-shake.toml`, replace address with yours. 2. `./redis-shake-linux-amd64 redis-shake.toml`

1. What is the type of key `TASK:T1270597963723280385`? 2. What are the Redis versions of the source and destination?

麻烦检查一下同一时间 `2022-07-28T00:59:53Z` `10.28.77.104:10515` 上面的日志

一般是流量太大。 试一下 https://github.com/alibaba/RedisShake/releases/tag/v3.0.0

1. 发生此类问题的常见原因是 redis 的复制缓冲区积压,建议调大。推荐值:`client-output-buffer-limit slave 67108864 0 0` 2. 试一下 3.0,理论上 3.0 出现这个问题的几率小一些 https://github.com/alibaba/RedisShake/releases/tag/v3.0.0 3. 如果再出现类似问题,麻烦贴一下 shake 和两端 redis 的宿主机 ip,发生问题时刻的 shake 和两端 redis 的日志 4. 贴日志的时候麻烦用代码块,方便看一些:https://docs.github.com/cn/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#fenced-code-blocks