suxb201

Results 177 comments of suxb201

log_level 改成 debug,然后发我一下全量日志。

RedisShake should panic instead of directly writing data from the other databses to db0, as this could lead to data corruption. The [lua function](https://tair-opensource.github.io/RedisShake/en/function/best_practices.html#%E4%BA%A4%E6%8D%A2-db) feature can meet your needs.

1. 对的 2. 需要对这个节点从头开始迁移

这个需要优化下源端分片数过多时的性能,现在是一个协程在做这些事,有些慢。 你想临时解决下可以开 74 个 shake,每个 shake 的只负责同步源端的一个分片。

没有,就是慢。 后面可能会优化下调用 lua 的方式。

请提供源端 Redis 日志

“scheduled to be closed ASAP for overcoming of output buffer limits” 源端断开的连接,网上搜一下这个报错,有很多原理解释。

不要改 target_redis_client_max_querybuf_len

@IJustOne 请问新方案用什么做的?