[WARNING] Node 127.0.0.1:6380 has slots in migrating state (5798). [WARNING] Node 127.0.0.1:6382 has slots in importing state (5798). [WARNING] The following slots are open: 5798

redis集群操作想要删除结点,但是检查结点的时候却一直警告
[WARNING] Node 127.0.0.1:6380 has slots in migrating state (5798). [WARNING] Node 127.0.0.1:6382 has
查了一些资料找到了解决的办法
登录到提示错误的两个结点,然后执行下面的清除操作
cluster setslot 5798 stable
[WARNING] Node 127.0.0.1:6380 has slots in migrating state (5798). [WARNING] Node 127.0.0.1:6382 has
[WARNING] Node 127.0.0.1:6380 has slots in migrating state (5798). [WARNING] Node 127.0.0.1:6382 has
然后再检查结点的时候就没有问题了
[WARNING] Node 127.0.0.1:6380 has slots in migrating state (5798). [WARNING] Node 127.0.0.1:6382 has

相关文章:

  • 2021-11-24
  • 2022-12-23
  • 2021-04-05
  • 2022-12-23
  • 2022-12-23
  • 2021-12-13
  • 2021-09-03
  • 2021-10-01
猜你喜欢
  • 2018-06-24
  • 2021-09-06
相关资源
相似解决方案