redis集群以及迁移数据槽reshare,rebalance均衡

首先设定此参数为1:

[root@server1 redis]# sysctl -w vm.overcommit_memory=1
vm.overcommit_memory = 1

接下来我们设定六个redis服务器:

[root@server1 ~]# mkdir /usr/local/rediscluster
[root@server1 ~]# cd /usr/local/rediscluster/
[root@server1 rediscluster]# mkdir 700{1..6}
[root@server1 rediscluster]# ls
7001  7002  7003  7004  7005  7006
[root@server1 rediscluster]# cd 7001
[root@server1 7001]# vim redis.conf
port 7001
cluster-enabled yes
cluster-config-file nodes.conf
cluster-node-timeout 5000
appendonly yes
pidfile "/usr/local/rediscluster/7001/redis.pid"
logfile "/usr/local/rediscluster/7001/redis.log"
daemonize yes
dir "/usr/local/rediscluster/7001"
[root@server1 7001]# redis-server redis.conf

查看状态已经激活;

[root@server1 7001]# ps ax
  PID TTY      STAT   TIME COMMAND
    1 ?        Ss     0:00 /usr/lib/systemd/systemd --switched-root --system --des
    2 ?        S      0:00 [kthreadd]
    3 ?        S      0:03 [ksoftirqd/0]
    6 ?        S      0:00 [kworker/u2:0]
    7 ?        S      0:00 [migration/0]
    8 ?        S      0:00 [rcu_bh]
    9 ?        R      0:13 [rcu_sched]
   10 ?        S      0:00 [watchdog/0]
   12 ?        S<     0:00 [khelper]
   13 ?        S      0:00 [kdevtmpfs]
   14 ?        S<     0:00 [netns]
   15 ?        S      0:00 [khungtaskd]
   16 ?        S<     0:00 [writeback]
   17 ?        S<     0:00 [kintegrityd]
   18 ?        S<     0:00 [bioset]
   19 ?        S<     0:00 [kblockd]
   20 ?        S<     0:00 [md]
   26 ?        S      0:00 [kswapd0]
   27 ?        SN     0:00 [ksmd]
   28 ?        SN     0:00 [khugepaged]
   29 ?        S      0:00 [fsnotify_mark]
   30 ?        S<     0:00 [crypto]
   38 ?        S<     0:00 [kthrotld]
   39 ?        S      0:00 [kworker/u2:1]
   40 ?        S<     0:00 [kmpath_rdacd]
   41 ?        S<     0:00 [kpsmoused]
   42 ?        S<     0:00 [ipv6_addrconf]
   61 ?        S<     0:00 [deferwq]
   93 ?        S      0:00 [kauditd]
  265 ?        S<     0:00 [ata_sff]
  270 ?        S      0:00 [scsi_eh_0]
  271 ?        S<     0:00 [scsi_tmf_0]
  273 ?        S      0:00 [scsi_eh_1]
  274 ?        S<     0:00 [scsi_tmf_1]
  282 ?        S<     0:00 [ttm_swap]
  287 ?        S<     0:00 [qxl_gc]
  360 ?        S<     0:00 [kdmflush]
  361 ?        S<     0:00 [bioset]
  372 ?        S<     0:00 [kdmflush]
  373 ?        S<     0:00 [bioset]
  386 ?        S<     0:00 [xfsalloc]
  387 ?        S<     0:00 [xfs_mru_cache]
  388 ?        S<     0:00 [xfs-buf/dm-0]
  389 ?        S<     0:00 [xfs-data/dm-0]
  390 ?        S<     0:00 [xfs-conv/dm-0]
  391 ?        S<     0:00 [xfs-cil/dm-0]
  392 ?        S<     0:00 [xfs-reclaim/dm-]
  393 ?        S<     0:00 [xfs-log/dm-0]
  394 ?        S<     0:00 [xfs-eofblocks/d]
  395 ?        S      0:03 [xfsaild/dm-0]
  466 ?        Ss     0:00 /usr/lib/systemd/systemd-journald
  479 ?        Ss     0:00 /usr/sbin/lvmetad -f
  488 ?        Ss     0:00 /usr/lib/systemd/systemd-udevd
  511 ?        S      0:00 [vballoon]
  567 ?        S<     0:00 [xfs-buf/sda1]
  568 ?        S<     0:00 [xfs-data/sda1]
  569 ?        S<     0:00 [xfs-conv/sda1]
  570 ?        S<     0:00 [xfs-cil/sda1]
  571 ?        S<     0:00 [xfs-reclaim/sda]
  572 ?        S<     0:00 [xfs-log/sda1]
  573 ?        S<     0:00 [xfs-eofblocks/s]
  574 ?        S      0:00 [xfsaild/sda1]
  584 ?        S<sl   0:00 /sbin/auditd -n
  605 ?        Ssl    0:00 /usr/lib/polkit-1/polkitd --no-debug
  607 ?        Ss     0:00 /usr/lib/systemd/systemd-logind
  609 ?        Ss     0:00 /bin/dbus-daemon --system --address=systemd: --nofork -
  615 ?        Ssl    0:00 /usr/sbin/NetworkManager --no-daemon
  630 ?        Ss     0:00 /usr/sbin/crond -n
  632 tty1     Ss+    0:00 /sbin/agetty --noclear tty1 linux
  855 ?        Ssl    0:00 /usr/sbin/rsyslogd -n
  857 ?        Ssl    0:02 /usr/bin/python -Es /usr/sbin/tuned -l -P
  860 ?        Ss     0:00 /usr/bin/rhsmcertd
  875 ?        Ss     0:00 rhnsd
 1366 ?        Ss     0:00 /usr/sbin/sshd
 2020 ?        Ss     0:00 /usr/libexec/postfix/master -w
 2024 ?        S      0:00 qmgr -l -t unix -u
 2131 ?        Ss     0:01 sshd: root@pts/0
 2133 pts/0    Ss     0:00 -bash
 2318 ?        S      0:00 [kworker/0:2]
 2552 ?        Ss     0:00 sshd: root@pts/1
 2554 pts/1    Ss     0:00 -bash
 2581 ?        Ssl    0:42 /usr/local/bin/redis-server 0.0.0.0:6379
 2595 pts/1    S+     0:00 redis-cli -p 6379
 2614 ?        S<     0:00 [kworker/0:2H]
 2629 ?        S      0:00 pickup -l -t unix -u
 2630 ?        S<     0:00 [kworker/0:1H]
 2643 ?        R      0:00 [kworker/0:0]
 2654 ?        Ssl    0:00 redis-server *:7001 [cluster]
 2658 pts/0    R+     0:00 ps ax

接下来同样的做法对2-6进行操作;

[root@server1 7001]# cp redis.conf  ../7002/
[root@server1 7001]# cp redis.conf  ../7003/
[root@server1 7001]# cp redis.conf  ../7004/
[root@server1 7001]# cp redis.conf  ../7005/
[root@server1 7001]# cp redis.conf  ../7006/
[root@server1 7001]# ls
appendonly.aof  nodes.conf  redis.conf  redis.log  redis.pid
[root@server1 7001]# cd ..
[root@server1 rediscluster]# cd 7002
[root@server1 7002]# vim redis.conf 
[root@server1 7002]# redis-server redis.conf
[root@server1 7002]# cd ..

[root@server1 rediscluster]# cd 7003
[root@server1 7003]# vim redis.conf 
[root@server1 7003]# redis-server redis.conf
[root@server1 7003]# cd ..
[root@server1 rediscluster]# cd 7004
[root@server1 7004]# vim redis.conf 
[root@server1 7004]# redis-server redis.conf
[root@server1 7004]# cd ..
[root@server1 rediscluster]# cd 7005
[root@server1 7005]# vim redis.conf 
[root@server1 7005]# redis-server redis.conf
[root@server1 7005]# cd ..
[root@server1 rediscluster]# cd 7006

[root@server1 7006]# vim redis.conf 
[root@server1 7006]# redis-server redis.conf

直到六台redis节点全部启动成功

[root@server1 7006]# ps ax
  PID TTY      STAT   TIME COMMAND
    1 ?        Ss     0:00 /usr/lib/systemd/systemd --switched-root --system --des
    2 ?        S      0:00 [kthreadd]
    3 ?        S      0:03 [ksoftirqd/0]
    6 ?        S      0:00 [kworker/u2:0]
    7 ?        S      0:00 [migration/0]
    8 ?        S      0:00 [rcu_bh]
    9 ?        R      0:13 [rcu_sched]
   10 ?        S      0:00 [watchdog/0]
   12 ?        S<     0:00 [khelper]
   13 ?        S      0:00 [kdevtmpfs]
   14 ?        S<     0:00 [netns]
   15 ?        S      0:00 [khungtaskd]
   16 ?        S<     0:00 [writeback]
   17 ?        S<     0:00 [kintegrityd]
   18 ?        S<     0:00 [bioset]
   19 ?        S<     0:00 [kblockd]
   20 ?        S<     0:00 [md]
   26 ?        S      0:00 [kswapd0]
   27 ?        SN     0:00 [ksmd]
   28 ?        SN     0:00 [khugepaged]
   29 ?        S      0:00 [fsnotify_mark]
   30 ?        S<     0:00 [crypto]
   38 ?        S<     0:00 [kthrotld]
   39 ?        S      0:00 [kworker/u2:1]
   40 ?        S<     0:00 [kmpath_rdacd]
   41 ?        S<     0:00 [kpsmoused]
   42 ?        S<     0:00 [ipv6_addrconf]
   61 ?        S<     0:00 [deferwq]
   93 ?        S      0:00 [kauditd]
  265 ?        S<     0:00 [ata_sff]
  270 ?        S      0:00 [scsi_eh_0]
  271 ?        S<     0:00 [scsi_tmf_0]
  273 ?        S      0:00 [scsi_eh_1]
  274 ?        S<     0:00 [scsi_tmf_1]
  282 ?        S<     0:00 [ttm_swap]
  287 ?        S<     0:00 [qxl_gc]
  360 ?        S<     0:00 [kdmflush]
  361 ?        S<     0:00 [bioset]
  372 ?        S<     0:00 [kdmflush]
  373 ?        S<     0:00 [bioset]
  386 ?        S<     0:00 [xfsalloc]
  387 ?        S<     0:00 [xfs_mru_cache]
  388 ?        S<     0:00 [xfs-buf/dm-0]
  389 ?        S<     0:00 [xfs-data/dm-0]
  390 ?        S<     0:00 [xfs-conv/dm-0]
  391 ?        S<     0:00 [xfs-cil/dm-0]
  392 ?        S<     0:00 [xfs-reclaim/dm-]
  393 ?        S<     0:00 [xfs-log/dm-0]
  394 ?        S<     0:00 [xfs-eofblocks/d]
  395 ?        S      0:03 [xfsaild/dm-0]
  466 ?        Ss     0:00 /usr/lib/systemd/systemd-journald
  479 ?        Ss     0:00 /usr/sbin/lvmetad -f
  488 ?        Ss     0:00 /usr/lib/systemd/systemd-udevd
  511 ?        S      0:00 [vballoon]
  567 ?        S<     0:00 [xfs-buf/sda1]
  568 ?        S<     0:00 [xfs-data/sda1]
  569 ?        S<     0:00 [xfs-conv/sda1]
  570 ?        S<     0:00 [xfs-cil/sda1]
  571 ?        S<     0:00 [xfs-reclaim/sda]
  572 ?        S<     0:00 [xfs-log/sda1]
  573 ?        S<     0:00 [xfs-eofblocks/s]
  574 ?        S      0:00 [xfsaild/sda1]
  584 ?        S<sl   0:00 /sbin/auditd -n
  605 ?        Ssl    0:00 /usr/lib/polkit-1/polkitd --no-debug
  607 ?        Ss     0:00 /usr/lib/systemd/systemd-logind
  609 ?        Ss     0:00 /bin/dbus-daemon --system --address=systemd: --nofork -
  615 ?        Ssl    0:00 /usr/sbin/NetworkManager --no-daemon
  630 ?        Ss     0:00 /usr/sbin/crond -n
  632 tty1     Ss+    0:00 /sbin/agetty --noclear tty1 linux
  855 ?        Ssl    0:00 /usr/sbin/rsyslogd -n
  857 ?        Ssl    0:02 /usr/bin/python -Es /usr/sbin/tuned -l -P
  860 ?        Ss     0:00 /usr/bin/rhsmcertd
  875 ?        Ss     0:00 rhnsd
 1366 ?        Ss     0:00 /usr/sbin/sshd
 2020 ?        Ss     0:00 /usr/libexec/postfix/master -w
 2024 ?        S      0:00 qmgr -l -t unix -u
 2131 ?        Ss     0:01 sshd: root@pts/0
 2133 pts/0    Ss     0:00 -bash
 2318 ?        S      0:00 [kworker/0:2]
 2552 ?        Ss     0:00 sshd: root@pts/1
 2554 pts/1    Ss     0:00 -bash
 2581 ?        Ssl    0:43 /usr/local/bin/redis-server 0.0.0.0:6379
 2595 pts/1    S+     0:00 redis-cli -p 6379
 2614 ?        S<     0:00 [kworker/0:2H]
 2629 ?        S      0:00 pickup -l -t unix -u
 2630 ?        S<     0:00 [kworker/0:1H]
 2643 ?        R      0:00 [kworker/0:0]
 2654 ?        Ssl    0:01 redis-server *:7001 [cluster]
 2673 ?        Ssl    0:00 redis-server *:7005 [cluster]
 2680 ?        Ssl    0:00 redis-server *:7004 [cluster]
 2685 ?        Ssl    0:00 redis-server *:7003 [cluster]
 2692 ?        Ssl    0:00 redis-server *:7002 [cluster]
 2702 ?        Rsl    0:00 redis-server *:7006 [cluster]
 2706 pts/0    R+     0:00 ps ax

安装ruby

[root@server1 ~]# cd redis-5.0.3
[root@server1 redis-5.0.3]# cd src/
[root@server1 src]# yum install ruby -y

创建一主一从,一共三组;

[root@server1 src]# redis-cli --cluster create --cluster-replicas 1 127.0.0.1:7001 127.0.0.1:7002 127.0.0.1:7003 127.0.0.1:7004 127.0.0.1:7005 127.0.0.1:7006
>>> Performing hash slots allocation on 6 nodes...
Master[0] -> Slots 0 - 5460
Master[1] -> Slots 5461 - 10922
Master[2] -> Slots 10923 - 16383
Adding replica 127.0.0.1:7004 to 127.0.0.1:7001
Adding replica 127.0.0.1:7005 to 127.0.0.1:7002
Adding replica 127.0.0.1:7006 to 127.0.0.1:7003
>>> Trying to optimize slaves allocation for anti-affinity
[WARNING] Some slaves are in the same host as their master
M: b819a2888d052f23b1ecbb355da60e5df99c1a96 127.0.0.1:7001
   slots:[0-5460] (5461 slots) master
M: ed788bbba72d6b1c36df911fff169cccd07e5187 127.0.0.1:7002
   slots:[5461-10922] (5462 slots) master
M: e0fd4ce1213a2d328ce2b9b379350e38d38dd548 127.0.0.1:7003
   slots:[10923-16383] (5461 slots) master
S: 601aeea227ba9cec122dc3f3029d3c15dc6d680e 127.0.0.1:7004
   replicates ed788bbba72d6b1c36df911fff169cccd07e5187
S: c3ade696a77d364c8101966d7cd845d4e6b3321a 127.0.0.1:7005
   replicates e0fd4ce1213a2d328ce2b9b379350e38d38dd548
S: 8fa3bf0ef511712b60e39852da84a3040e25d52e 127.0.0.1:7006
   replicates b819a2888d052f23b1ecbb355da60e5df99c1a96
Can I set the above configuration? (type 'yes' to accept): yes
>>> Nodes configuration updated
>>> Assign a different config epoch to each node
>>> Sending CLUSTER MEET messages to join the cluster
Waiting for the cluster to join
....
>>> Performing Cluster Check (using node 127.0.0.1:7001)
M: b819a2888d052f23b1ecbb355da60e5df99c1a96 127.0.0.1:7001
   slots:[0-5460] (5461 slots) master
   1 additional replica(s)
M: ed788bbba72d6b1c36df911fff169cccd07e5187 127.0.0.1:7002
   slots:[5461-10922] (5462 slots) master
   1 additional replica(s)
S: 8fa3bf0ef511712b60e39852da84a3040e25d52e 127.0.0.1:7006
   slots: (0 slots) slave
   replicates b819a2888d052f23b1ecbb355da60e5df99c1a96
S: c3ade696a77d364c8101966d7cd845d4e6b3321a 127.0.0.1:7005
   slots: (0 slots) slave
   replicates e0fd4ce1213a2d328ce2b9b379350e38d38dd548
M: e0fd4ce1213a2d328ce2b9b379350e38d38dd548 127.0.0.1:7003
   slots:[10923-16383] (5461 slots) master
   1 additional replica(s)
S: 601aeea227ba9cec122dc3f3029d3c15dc6d680e 127.0.0.1:7004
   slots: (0 slots) slave
   replicates ed788bbba72d6b1c36df911fff169cccd07e5187
[OK] All nodes agree about slots configuration.
>>> Check for open slots...
>>> Check slots coverage...
[OK] All 16384 slots covered.
[root@server1 src]# redis-cli --cluster info
[ERR] Wrong number of arguments for specified --cluster sub command
[root@server1 src]# redis-cli --cluster info 127.0.0.1:7001
127.0.0.1:7001 (b819a288...) -> 0 keys | 5461 slots | 1 slaves.
127.0.0.1:7002 (ed788bbb...) -> 0 keys | 5462 slots | 1 slaves.
127.0.0.1:7003 (e0fd4ce1...) -> 0 keys | 5461 slots | 1 slaves.
[OK] 0 keys in 3 masters.
0.00 keys per slot on average.
[root@server1 src]# redis-cli -p 7001
127.0.0.1:7001> set name xys
(error) MOVED 5798 127.0.0.1:7002
127.0.0.1:7001> exit
[root@server1 src]# redis-cli  -c -p 7001
127.0.0.1:7001> set name xys
-> Redirected to slot [5798] located at 127.0.0.1:7002
OK
127.0.0.1:7002> get name
"xys"
127.0.0.1:7002> exit

测试;

[root@server1 src]# redis-cli  -c -p 7001
127.0.0.1:7001> set name xys
-> Redirected to slot [5798] located at 127.0.0.1:7002
OK
127.0.0.1:7002> get name
"xys"
127.0.0.1:7002> exit
[root@server1 src]# redis-cli -c -p 7005
127.0.0.1:7005> get namre
-> Redirected to slot [12816] located at 127.0.0.1:7003
(nil)
127.0.0.1:7003> exit

此时挂掉一个组里的一个节点,会有另一个节点接替,若两个都挂掉的话,整个集群就会崩;

[root@server1 src]# redis-cli -c -p 7005
127.0.0.1:7005> get name
-> Redirected to slot [5798] located at 127.0.0.1:7002
"xys"
127.0.0.1:7002> SHUTDOWN
not connected> 
[root@server1 src]# redis-cli --cluster info 127.0.0.1:7001
Could not connect to Redis at 127.0.0.1:7002: Connection refused
127.0.0.1:7001 (b819a288...) -> 0 keys | 5461 slots | 1 slaves.
127.0.0.1:7003 (e0fd4ce1...) -> 0 keys | 5461 slots | 1 slaves.
127.0.0.1:7004 (601aeea2...) -> 1 keys | 5462 slots | 0 slaves.
[OK] 1 keys in 3 masters.
0.00 keys per slot on average.
[root@server1 src]# redis-cli -c -p 7004
127.0.0.1:7004> SHUTDOWN
not connected> EXIT
[root@server1 src]# redis-cli -c -p 7004
Could not connect to Redis at 127.0.0.1:7004: Connection refused
not connected> exit
[root@server1 src]# redis-cli -c -p 7001
127.0.0.1:7001> exit
[root@server1 src]# redis-cli --cluster info 127.0.0.1:7001
Could not connect to Redis at 127.0.0.1:7002: Connection refused
Could not connect to Redis at 127.0.0.1:7004: Connection refused
127.0.0.1:7001 (b819a288...) -> 0 keys | 5461 slots | 1 slaves.
127.0.0.1:7003 (e0fd4ce1...) -> 0 keys | 5461 slots | 1 slaves.
[OK] 0 keys in 2 masters.
0.00 keys per slot on average.
[root@server1 src]# redis-cli -c -p 7001
127.0.0.1:7001> get name
(error) CLUSTERDOWN The cluster is down
127.0.0.1:7001> exit

恢复方法,重新启动两个节点即可:

[root@server1 src]# cd  /usr/local/rediscluster/
[root@server1 rediscluster]# ls
7001  7002  7003  7004  7005  7006
[root@server1 rediscluster]# cd 7002
[root@server1 7002]# ls
appendonly.aof  dump.rdb  nodes.conf  redis.conf  redis.log
[root@server1 7002]# redis-server redis.conf
[root@server1 7002]# cd ..
[root@server1 rediscluster]# cd 7004
[root@server1 7004]# redis-server redis.conf
[root@server1 7004]# redis-cli -c -p 7001
127.0.0.1:7001> get name
-> Redirected to slot [5798] located at 127.0.0.1:7004
"xys"
127.0.0.1:7004> exit

集群新加master;

[root@server1 rediscluster]# mkdir 7007
[root@server1 rediscluster]# mkdir 7008
[root@server1 rediscluster]# ls
7001  7002  7003  7004  7005  7006  7007  7008
[root@server1 rediscluster]# cd 7007
[root@server1 7007]# cp ../7001/redis.conf .
[root@server1 7007]# vim redis.conf 
[root@server1 7007]# redis-server redis.conf
[root@server1 7007]# cd ..
[root@server1 rediscluster]# cd 7008
[root@server1 7008]# cp ../7001/redis.conf .
[root@server1 7008]# vim redis.conf 
[root@server1 7008]# redis-server redis.conf
[root@server1 7008]# redis-cli --cluster add-node 127.0.0.1:7007 127.0.0.1:7001
>>> Adding node 127.0.0.1:7007 to cluster 127.0.0.1:7001
>>> Performing Cluster Check (using node 127.0.0.1:7001)
M: b819a2888d052f23b1ecbb355da60e5df99c1a96 127.0.0.1:7001
   slots:[0-5460] (5461 slots) master
   1 additional replica(s)
S: ed788bbba72d6b1c36df911fff169cccd07e5187 127.0.0.1:7002
   slots: (0 slots) slave
   replicates 601aeea227ba9cec122dc3f3029d3c15dc6d680e
S: 8fa3bf0ef511712b60e39852da84a3040e25d52e 127.0.0.1:7006
   slots: (0 slots) slave
   replicates b819a2888d052f23b1ecbb355da60e5df99c1a96
S: c3ade696a77d364c8101966d7cd845d4e6b3321a 127.0.0.1:7005
   slots: (0 slots) slave
   replicates e0fd4ce1213a2d328ce2b9b379350e38d38dd548
M: e0fd4ce1213a2d328ce2b9b379350e38d38dd548 127.0.0.1:7003
   slots:[10923-16383] (5461 slots) master
   1 additional replica(s)
M: 601aeea227ba9cec122dc3f3029d3c15dc6d680e 127.0.0.1:7004
   slots:[5461-10922] (5462 slots) master
   1 additional replica(s)
[OK] All nodes agree about slots configuration.
>>> Check for open slots...
>>> Check slots coverage...
[OK] All 16384 slots covered.
>>> Send CLUSTER MEET to node 127.0.0.1:7007 to make it join the cluster.
[OK] New node added correctly.
[root@server1 7008]# redis-cli --cluster check 127.0.0.1:7001
127.0.0.1:7001 (b819a288...) -> 0 keys | 5461 slots | 1 slaves.
127.0.0.1:7007 (353b9f20...) -> 0 keys | 0 slots | 0 slaves.
127.0.0.1:7003 (e0fd4ce1...) -> 0 keys | 5461 slots | 1 slaves.
127.0.0.1:7004 (601aeea2...) -> 1 keys | 5462 slots | 1 slaves.
[OK] 1 keys in 4 masters.
0.00 keys per slot on average.
>>> Performing Cluster Check (using node 127.0.0.1:7001)
M: b819a2888d052f23b1ecbb355da60e5df99c1a96 127.0.0.1:7001
   slots:[0-5460] (5461 slots) master
   1 additional replica(s)
S: ed788bbba72d6b1c36df911fff169cccd07e5187 127.0.0.1:7002
   slots: (0 slots) slave
   replicates 601aeea227ba9cec122dc3f3029d3c15dc6d680e
S: 8fa3bf0ef511712b60e39852da84a3040e25d52e 127.0.0.1:7006
   slots: (0 slots) slave
   replicates b819a2888d052f23b1ecbb355da60e5df99c1a96
S: c3ade696a77d364c8101966d7cd845d4e6b3321a 127.0.0.1:7005
   slots: (0 slots) slave
   replicates e0fd4ce1213a2d328ce2b9b379350e38d38dd548
M: 353b9f209acdb4375e58319e8d2087d8744e51a5 127.0.0.1:7007
   slots: (0 slots) master
M: e0fd4ce1213a2d328ce2b9b379350e38d38dd548 127.0.0.1:7003
   slots:[10923-16383] (5461 slots) master
   1 additional replica(s)
M: 601aeea227ba9cec122dc3f3029d3c15dc6d680e 127.0.0.1:7004
   slots:[5461-10922] (5462 slots) master
   1 additional replica(s)
[OK] All nodes agree about slots configuration.
>>> Check for open slots...
>>> Check slots coverage...
[OK] All 16384 slots covered.

[root@server1 7008]# redis-cli --cluster check 127.0.0.1:7001
127.0.0.1:7001 (b819a288...) -> 0 keys | 5461 slots | 1 slaves.
127.0.0.1:7007 (353b9f20...) -> 0 keys | 0 slots | 0 slaves.
127.0.0.1:7003 (e0fd4ce1...) -> 0 keys | 5461 slots | 1 slaves.
127.0.0.1:7004 (601aeea2...) -> 1 keys | 5462 slots | 1 slaves.
[OK] 1 keys in 4 masters.
0.00 keys per slot on average.
>>> Performing Cluster Check (using node 127.0.0.1:7001)
M: b819a2888d052f23b1ecbb355da60e5df99c1a96 127.0.0.1:7001
   slots:[0-5460] (5461 slots) master
   1 additional replica(s)
S: ed788bbba72d6b1c36df911fff169cccd07e5187 127.0.0.1:7002
   slots: (0 slots) slave
   replicates 601aeea227ba9cec122dc3f3029d3c15dc6d680e
S: 8fa3bf0ef511712b60e39852da84a3040e25d52e 127.0.0.1:7006
   slots: (0 slots) slave
   replicates b819a2888d052f23b1ecbb355da60e5df99c1a96
S: c3ade696a77d364c8101966d7cd845d4e6b3321a 127.0.0.1:7005
   slots: (0 slots) slave
   replicates e0fd4ce1213a2d328ce2b9b379350e38d38dd548
M: 353b9f209acdb4375e58319e8d2087d8744e51a5 127.0.0.1:7007
   slots: (0 slots) master
M: e0fd4ce1213a2d328ce2b9b379350e38d38dd548 127.0.0.1:7003
   slots:[10923-16383] (5461 slots) master
   1 additional replica(s)
M: 601aeea227ba9cec122dc3f3029d3c15dc6d680e 127.0.0.1:7004
   slots:[5461-10922] (5462 slots) master
   1 additional replica(s)
[OK] All nodes agree about slots configuration.
>>> Check for open slots...
>>> Check slots coverage...
[OK] All 16384 slots covered.


将8作为7的slave:

[root@server1 7008]# redis-cli --cluster add-node --cluster-slave --cluster-master-id "353b9f209acdb4375e58319e8d2087d8744e51a5" 127.0.0.1:7008 127.0.0.1:7007
>>> Adding node 127.0.0.1:7008 to cluster 127.0.0.1:7007
>>> Performing Cluster Check (using node 127.0.0.1:7007)
M: 353b9f209acdb4375e58319e8d2087d8744e51a5 127.0.0.1:7007
   slots: (0 slots) master
S: c3ade696a77d364c8101966d7cd845d4e6b3321a 127.0.0.1:7005
   slots: (0 slots) slave
   replicates e0fd4ce1213a2d328ce2b9b379350e38d38dd548
M: 601aeea227ba9cec122dc3f3029d3c15dc6d680e 127.0.0.1:7004
   slots:[5461-10922] (5462 slots) master
   1 additional replica(s)
M: b819a2888d052f23b1ecbb355da60e5df99c1a96 127.0.0.1:7001
   slots:[0-5460] (5461 slots) master
   1 additional replica(s)
M: e0fd4ce1213a2d328ce2b9b379350e38d38dd548 127.0.0.1:7003
   slots:[10923-16383] (5461 slots) master
   1 additional replica(s)
S: 8fa3bf0ef511712b60e39852da84a3040e25d52e 127.0.0.1:7006
   slots: (0 slots) slave
   replicates b819a2888d052f23b1ecbb355da60e5df99c1a96
S: ed788bbba72d6b1c36df911fff169cccd07e5187 127.0.0.1:7002
   slots: (0 slots) slave
   replicates 601aeea227ba9cec122dc3f3029d3c15dc6d680e
[OK] All nodes agree about slots configuration.
>>> Check for open slots...
>>> Check slots coverage...
[OK] All 16384 slots covered.
>>> Send CLUSTER MEET to node 127.0.0.1:7008 to make it join the cluster.
Waiting for the cluster to join

>>> Configure node as replica of 127.0.0.1:7007.
[OK] New node added correctly.
[root@server1 7008]# redis-cli --cluster check 127.0.0.1:7001
127.0.0.1:7001 (b819a288...) -> 0 keys | 5461 slots | 1 slaves.
127.0.0.1:7007 (353b9f20...) -> 0 keys | 0 slots | 1 slaves.
127.0.0.1:7003 (e0fd4ce1...) -> 0 keys | 5461 slots | 1 slaves.
127.0.0.1:7004 (601aeea2...) -> 1 keys | 5462 slots | 1 slaves.
[OK] 1 keys in 4 masters.
0.00 keys per slot on average.
>>> Performing Cluster Check (using node 127.0.0.1:7001)
M: b819a2888d052f23b1ecbb355da60e5df99c1a96 127.0.0.1:7001
   slots:[0-5460] (5461 slots) master
   1 additional replica(s)
S: ed788bbba72d6b1c36df911fff169cccd07e5187 127.0.0.1:7002
   slots: (0 slots) slave
   replicates 601aeea227ba9cec122dc3f3029d3c15dc6d680e
S: 8fa3bf0ef511712b60e39852da84a3040e25d52e 127.0.0.1:7006
   slots: (0 slots) slave
   replicates b819a2888d052f23b1ecbb355da60e5df99c1a96
S: c3ade696a77d364c8101966d7cd845d4e6b3321a 127.0.0.1:7005
   slots: (0 slots) slave
   replicates e0fd4ce1213a2d328ce2b9b379350e38d38dd548
M: 353b9f209acdb4375e58319e8d2087d8744e51a5 127.0.0.1:7007
   slots: (0 slots) master
   1 additional replica(s)
S: 2ca2d2a537d4ea48671590070e9f966f594fc65b 127.0.0.1:7008
   slots: (0 slots) slave
   replicates 353b9f209acdb4375e58319e8d2087d8744e51a5
M: e0fd4ce1213a2d328ce2b9b379350e38d38dd548 127.0.0.1:7003
   slots:[10923-16383] (5461 slots) master
   1 additional replica(s)
M: 601aeea227ba9cec122dc3f3029d3c15dc6d680e 127.0.0.1:7004
   slots:[5461-10922] (5462 slots) master
   1 additional replica(s)
[OK] All nodes agree about slots configuration.
>>> Check for open slots...
>>> Check slots coverage...
[OK] All 16384 slots covered.


[root@server1 7008]# redis-cli --cluster check 127.0.0.1:7001
127.0.0.1:7001 (b819a288...) -> 0 keys | 5461 slots | 1 slaves.
127.0.0.1:7007 (353b9f20...) -> 0 keys | 0 slots | 1 slaves.
127.0.0.1:7003 (e0fd4ce1...) -> 0 keys | 5461 slots | 1 slaves.
127.0.0.1:7004 (601aeea2...) -> 1 keys | 5462 slots | 1 slaves.
[OK] 1 keys in 4 masters.
0.00 keys per slot on average.
>>> Performing Cluster Check (using node 127.0.0.1:7001)
M: b819a2888d052f23b1ecbb355da60e5df99c1a96 127.0.0.1:7001
   slots:[0-5460] (5461 slots) master
   1 additional replica(s)
S: ed788bbba72d6b1c36df911fff169cccd07e5187 127.0.0.1:7002
   slots: (0 slots) slave
   replicates 601aeea227ba9cec122dc3f3029d3c15dc6d680e
S: 8fa3bf0ef511712b60e39852da84a3040e25d52e 127.0.0.1:7006
   slots: (0 slots) slave
   replicates b819a2888d052f23b1ecbb355da60e5df99c1a96
S: c3ade696a77d364c8101966d7cd845d4e6b3321a 127.0.0.1:7005
   slots: (0 slots) slave
   replicates e0fd4ce1213a2d328ce2b9b379350e38d38dd548
M: 353b9f209acdb4375e58319e8d2087d8744e51a5 127.0.0.1:7007
   slots: (0 slots) master
   1 additional replica(s)
S: 2ca2d2a537d4ea48671590070e9f966f594fc65b 127.0.0.1:7008
   slots: (0 slots) slave
   replicates 353b9f209acdb4375e58319e8d2087d8744e51a5
M: e0fd4ce1213a2d328ce2b9b379350e38d38dd548 127.0.0.1:7003
   slots:[10923-16383] (5461 slots) master
   1 additional replica(s)
M: 601aeea227ba9cec122dc3f3029d3c15dc6d680e 127.0.0.1:7004
   slots:[5461-10922] (5462 slots) master
   1 additional replica(s)
[OK] All nodes agree about slots configuration.
>>> Check for open slots...
>>> Check slots coverage...

将1-6的空间平均分配给7,8

[root@server1 7008]# redis-cli --cluster rebalance --cluster-threshold 1 --cluster-use-empty-masters 127.0.0.1:7001
>>> Performing Cluster Check (using node 127.0.0.1:7001)
[OK] All nodes agree about slots configuration.
>>> Check for open slots...
>>> Check slots coverage...
[OK] All 16384 slots covered.
>>> Rebalancing across 4 nodes. Total weight = 4.00
Moving 1366 slots from 127.0.0.1:7004 to 127.0.0.1:7007
######################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################
Moving 1365 slots from 127.0.0.1:7003 to 127.0.0.1:7007
#####################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################
Moving 1365 slots from 127.0.0.1:7001 to 127.0.0.1:7007
#####################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################

[root@server1 7008]# redis-cli --cluster reshard --cluster-from all --cluster-to 353b9f209acdb4375e58319e8d2087d8744e51a5 --cluster-slots 300 --cluster-yes 127.0.0.1:7007
>>> Performing Cluster Check (using node 127.0.0.1:7007)
M: 353b9f209acdb4375e58319e8d2087d8744e51a5 127.0.0.1:7007
   slots:[0-1364],[5461-6826],[10923-12287] (4096 slots) master
   1 additional replica(s)
S: c3ade696a77d364c8101966d7cd845d4e6b3321a 127.0.0.1:7005
   slots: (0 slots) slave
   replicates e0fd4ce1213a2d328ce2b9b379350e38d38dd548
M: 601aeea227ba9cec122dc3f3029d3c15dc6d680e 127.0.0.1:7004
   slots:[6827-10922] (4096 slots) master
   1 additional replica(s)
M: b819a2888d052f23b1ecbb355da60e5df99c1a96 127.0.0.1:7001
   slots:[1365-5460] (4096 slots) master
   1 additional replica(s)
S: 2ca2d2a537d4ea48671590070e9f966f594fc65b 127.0.0.1:7008
   slots: (0 slots) slave
   replicates 353b9f209acdb4375e58319e8d2087d8744e51a5
M: e0fd4ce1213a2d328ce2b9b379350e38d38dd548 127.0.0.1:7003
   slots:[12288-16383] (4096 slots) master
   1 additional replica(s)
S: 8fa3bf0ef511712b60e39852da84a3040e25d52e 127.0.0.1:7006
   slots: (0 slots) slave
   replicates b819a2888d052f23b1ecbb355da60e5df99c1a96
S: ed788bbba72d6b1c36df911fff169cccd07e5187 127.0.0.1:7002
   slots: (0 slots) slave
   replicates 601aeea227ba9cec122dc3f3029d3c15dc6d680e
[OK] All nodes agree about slots configuration.
>>> Check for open slots...
>>> Check slots coverage...
[OK] All 16384 slots covered.

Ready to move 300 slots.
  Source nodes:
    M: 601aeea227ba9cec122dc3f3029d3c15dc6d680e 127.0.0.1:7004
       slots:[6827-10922] (4096 slots) master
       1 additional replica(s)
    M: b819a2888d052f23b1ecbb355da60e5df99c1a96 127.0.0.1:7001
       slots:[1365-5460] (4096 slots) master
       1 additional replica(s)
    M: e0fd4ce1213a2d328ce2b9b379350e38d38dd548 127.0.0.1:7003
       slots:[12288-16383] (4096 slots) master
       1 additional replica(s)
  Destination node:
    M: 353b9f209acdb4375e58319e8d2087d8744e51a5 127.0.0.1:7007
       slots:[0-1364],[5461-6826],[10923-12287] (4096 slots) master
       1 additional replica(s)
  Resharding plan:
    Moving slot 6827 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6828 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6829 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6830 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6831 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6832 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6833 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6834 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6835 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6836 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6837 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6838 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6839 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6840 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6841 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6842 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6843 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6844 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6845 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6846 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6847 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6848 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6849 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6850 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6851 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6852 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6853 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6854 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6855 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6856 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6857 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6858 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6859 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6860 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6861 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6862 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6863 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6864 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6865 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6866 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6867 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6868 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6869 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6870 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6871 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6872 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6873 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6874 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6875 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6876 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6877 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6878 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6879 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6880 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6881 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6882 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6883 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6884 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6885 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6886 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6887 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6888 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6889 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6890 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6891 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6892 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6893 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6894 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6895 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6896 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6897 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6898 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6899 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6900 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6901 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6902 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6903 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6904 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6905 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6906 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6907 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6908 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6909 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6910 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6911 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6912 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6913 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6914 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6915 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6916 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6917 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6918 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6919 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6920 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6921 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6922 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6923 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6924 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6925 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 6926 from 601aeea227ba9cec122dc3f3029d3c15dc6d680e
    Moving slot 1365 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1366 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1367 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1368 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1369 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1370 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1371 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1372 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1373 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1374 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1375 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1376 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1377 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1378 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1379 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1380 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1381 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1382 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1383 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1384 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1385 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1386 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1387 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1388 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1389 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1390 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1391 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1392 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1393 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1394 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1395 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1396 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1397 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1398 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1399 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1400 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1401 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1402 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1403 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1404 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1405 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1406 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1407 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1408 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1409 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1410 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1411 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1412 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1413 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1414 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1415 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1416 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1417 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1418 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1419 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1420 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1421 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1422 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1423 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1424 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1425 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1426 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1427 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1428 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1429 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1430 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1431 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1432 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1433 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1434 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1435 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1436 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1437 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1438 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1439 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1440 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1441 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1442 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1443 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1444 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1445 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1446 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1447 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1448 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1449 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1450 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1451 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1452 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1453 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1454 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1455 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1456 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1457 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1458 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1459 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1460 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1461 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1462 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1463 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 1464 from b819a2888d052f23b1ecbb355da60e5df99c1a96
    Moving slot 12288 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12289 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12290 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12291 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12292 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12293 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12294 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12295 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12296 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12297 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12298 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12299 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12300 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12301 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12302 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12303 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12304 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12305 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12306 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12307 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12308 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12309 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12310 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12311 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12312 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12313 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12314 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12315 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12316 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12317 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12318 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12319 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12320 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12321 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12322 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12323 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12324 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12325 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12326 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12327 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12328 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12329 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12330 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12331 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12332 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12333 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12334 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12335 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12336 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12337 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12338 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12339 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12340 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12341 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12342 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12343 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12344 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12345 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12346 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12347 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12348 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12349 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12350 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12351 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12352 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12353 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12354 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12355 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12356 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12357 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12358 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12359 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12360 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12361 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12362 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12363 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12364 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12365 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12366 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12367 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12368 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12369 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12370 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12371 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12372 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12373 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12374 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12375 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12376 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12377 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12378 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12379 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12380 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12381 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12382 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12383 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12384 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12385 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12386 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
    Moving slot 12387 from e0fd4ce1213a2d328ce2b9b379350e38d38dd548
Moving slot 6827 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6828 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6829 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6830 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6831 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6832 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6833 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6834 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6835 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6836 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6837 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6838 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6839 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6840 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6841 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6842 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6843 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6844 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6845 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6846 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6847 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6848 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6849 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6850 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6851 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6852 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6853 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6854 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6855 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6856 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6857 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6858 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6859 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6860 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6861 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6862 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6863 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6864 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6865 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6866 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6867 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6868 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6869 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6870 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6871 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6872 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6873 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6874 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6875 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6876 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6877 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6878 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6879 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6880 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6881 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6882 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6883 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6884 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6885 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6886 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6887 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6888 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6889 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6890 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6891 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6892 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6893 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6894 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6895 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6896 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6897 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6898 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6899 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6900 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6901 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6902 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6903 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6904 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6905 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6906 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6907 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6908 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6909 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6910 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6911 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6912 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6913 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6914 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6915 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6916 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6917 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6918 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6919 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6920 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6921 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6922 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6923 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6924 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6925 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 6926 from 127.0.0.1:7004 to 127.0.0.1:7007: 
Moving slot 1365 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1366 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1367 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1368 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1369 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1370 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1371 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1372 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1373 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1374 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1375 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1376 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1377 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1378 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1379 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1380 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1381 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1382 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1383 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1384 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1385 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1386 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1387 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1388 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1389 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1390 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1391 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1392 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1393 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1394 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1395 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1396 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1397 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1398 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1399 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1400 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1401 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1402 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1403 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1404 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1405 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1406 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1407 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1408 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1409 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1410 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1411 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1412 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1413 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1414 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1415 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1416 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1417 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1418 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1419 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1420 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1421 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1422 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1423 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1424 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1425 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1426 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1427 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1428 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1429 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1430 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1431 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1432 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1433 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1434 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1435 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1436 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1437 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1438 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1439 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1440 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1441 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1442 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1443 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1444 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1445 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1446 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1447 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1448 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1449 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1450 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1451 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1452 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1453 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1454 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1455 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1456 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1457 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1458 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1459 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1460 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1461 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1462 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1463 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 1464 from 127.0.0.1:7001 to 127.0.0.1:7007: 
Moving slot 12288 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12289 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12290 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12291 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12292 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12293 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12294 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12295 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12296 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12297 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12298 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12299 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12300 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12301 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12302 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12303 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12304 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12305 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12306 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12307 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12308 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12309 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12310 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12311 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12312 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12313 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12314 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12315 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12316 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12317 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12318 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12319 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12320 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12321 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12322 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12323 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12324 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12325 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12326 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12327 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12328 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12329 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12330 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12331 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12332 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12333 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12334 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12335 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12336 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12337 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12338 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12339 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12340 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12341 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12342 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12343 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12344 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12345 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12346 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12347 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12348 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12349 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12350 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12351 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12352 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12353 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12354 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12355 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12356 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12357 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12358 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12359 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12360 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12361 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12362 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12363 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12364 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12365 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12366 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12367 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12368 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12369 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12370 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12371 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12372 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12373 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12374 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12375 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12376 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12377 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12378 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12379 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12380 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12381 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12382 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12383 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12384 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12385 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12386 from 127.0.0.1:7003 to 127.0.0.1:7007: 
Moving slot 12387 from 127.0.0.1:7003 to 127.0.0.1:7007: 

此时7.8便已经成为集群里的两员了:

[root@server1 7008]# redis-cli -c -p 7007
127.0.0.1:7007> get name
"xys"
127.0.0.1:7007> exit

猜你喜欢

转载自blog.csdn.net/xys2333/article/details/88139959
今日推荐