首页 > 其他 > 详细

[ERR] Node is not empty. Either the node already knows other nodes (check with C

时间:2018-08-03 13:56:07      阅读:239      评论:0      收藏:0      [点我收藏+]

[root@node00 src]# ./redis-trib.rb add-node --slave --master-id4f6424e47a2275d2b7696bfbf8588e8c4c3a5b95 172.168.63.202:7001172.168.63.202:7000

......

[OK] All nodes agree about slotsconfiguration.

>>> Check for open slots...

>>> Check slots coverage...

[OK] All 16384 slots covered.

Connecting to node 172.168.63.202:7001: OK

[ERR] Node 172.168.63.202:7001 is not empty. Either the nodealready knows other nodes (check with CLUSTER NODES) or contains some key in database 0.

技术分享图片



解决方法:

1)、将需要新增的节点aofrdb等本地备份文件删除;

2)、同时将新Node的集群配置文件删除,即:删除你redis.conf里面cluster-config-file所在的文件;

3)、再次添加新节点如果还是报错,则登录新Node,./redis-cli–h x –p对数据库进行清除:

172.168.63.201:7001>  flushdb      #清空当前数据库



通过以上解决方法中的1)、2)或者3)之后再执行脚本,成功执行;

技术分享图片


[ERR] Node is not empty. Either the node already knows other nodes (check with C

原文:https://www.cnblogs.com/EikiXu/p/9413330.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!