CoderFreeMan
CoderFreeMan
Jenkins 中上传插件(post)被拦截 403 
- 环境信息 源:Redis5.0 集群,三主三从 目标:Redis6.0 集群,三主三从 Python版本:3.6.15 - 同步是报错  - console 完整日志如下: [root@redis-cluster cluster_helper]# /usr/local/python3.6/bin/python3 cluster_helper.py ../redis-shake ../sync.toml redis-shake path: ../redis-shake redis-shake abs path: /root/redis5.0.14-cluster/redis-shake/redis-shake {'type': 'sync', 'source': {'version':...
cluster_helper.py sync 集群到集群同步,源端配置的那台服务器是否要将源端集群中其它分片的数据全部读取过来,如果分片数量多且数据量比较大,源端配置的那台机器的网络压力会不会很大?或者说集群到集群 cluster_helper.py sync 的同步方式的原理是怎样的?