vipshop / redis-migrate-tool

A convenient and useful tool for migrating data between redis group.
Apache License 2.0
958 stars 319 forks source link

redis cluster 3.2 迁移至4.0问题 #68

Closed 365moods closed 5 years ago

365moods commented 5 years ago

日志: [2019-01-11 01:14:43.669] rmt_core.c:2444 Total threads count in fact: 6 [2019-01-11 01:14:43.669] rmt_core.c:2445 Read threads count in fact: 3 [2019-01-11 01:14:43.669] rmt_core.c:2446 Write threads count in fact: 3 [2019-01-11 01:14:43.669] rmt_core.c:2455 read thread(0): [2019-01-11 01:14:43.669] rmt_core.c:2461 192.168.70.11:7001 [2019-01-11 01:14:43.669] rmt_core.c:2455 read thread(1): [2019-01-11 01:14:43.669] rmt_core.c:2461 192.168.70.12:7001 [2019-01-11 01:14:43.669] rmt_core.c:2455 read thread(2): [2019-01-11 01:14:43.669] rmt_core.c:2461 192.168.70.13:7001 [2019-01-11 01:14:43.669] rmt_core.c:2488 write thread(0): [2019-01-11 01:14:43.669] rmt_core.c:2494 192.168.70.11:7001 [2019-01-11 01:14:43.669] rmt_core.c:2488 write thread(1): [2019-01-11 01:14:43.669] rmt_core.c:2494 192.168.70.12:7001 [2019-01-11 01:14:43.669] rmt_core.c:2488 write thread(2): [2019-01-11 01:14:43.669] rmt_core.c:2494 192.168.70.13:7001 [2019-01-11 01:14:43.672] rmt_core.c:2551 migrate job is running... [2019-01-11 01:14:43.674] rmt_redis.c:1706 Start connecting to MASTER[192.168.70.13:7001]. [2019-01-11 01:14:43.674] rmt_redis.c:1706 Start connecting to MASTER[192.168.70.12:7001]. [2019-01-11 01:14:43.674] rmt_redis.c:1706 Start connecting to MASTER[192.168.70.11:7001]. [2019-01-11 01:14:43.674] rmt_redis.c:1740 Master[192.168.70.12:7001] replied to PING, replication can continue... [2019-01-11 01:14:43.674] rmt_redis.c:1740 Master[192.168.70.13:7001] replied to PING, replication can continue... [2019-01-11 01:14:43.674] rmt_redis.c:1740 Master[192.168.70.11:7001] replied to PING, replication can continue... [2019-01-11 01:14:43.674] rmt_redis.c:1051 Partial resynchronization for MASTER[192.168.70.11:7001] not possible (no cached master). [2019-01-11 01:14:43.674] rmt_redis.c:1051 Partial resynchronization for MASTER[192.168.70.12:7001] not possible (no cached master). [2019-01-11 01:14:43.674] rmt_redis.c:1051 Partial resynchronization for MASTER[192.168.70.13:7001] not possible (no cached master).

一直停留在这个位置,直到超时,rmt.conf超时时间从默认的120秒调整至1200秒,都没有效果 源集群节点数据量:4G/每节点,3主3从

不支持3.0迁移至4.0么