redis集群启动失败

Can I set the above configuration? (type 'yes' to accept): yes
/usr/local/share/gems/gems/redis-3.0.0/lib/redis/client.rb:79:in `call': ERR Slot 0 is already busy (Redis::CommandError)
    from /usr/local/share/gems/gems/redis-3.0.0/lib/redis.rb:2190:in `block in method_missing'
    from /usr/local/share/gems/gems/redis-3.0.0/lib/redis.rb:36:in `block in synchronize'
    from /usr/share/ruby/monitor.rb:211:in `mon_synchronize'
    from /usr/local/share/gems/gems/redis-3.0.0/lib/redis.rb:36:in `synchronize'
    from /usr/local/share/gems/gems/redis-3.0.0/lib/redis.rb:2189:in `method_missing'
    from ./redis-trib.rb:205:in `flush_node_config'
    from ./redis-trib.rb:657:in `block in flush_nodes_config'
    from ./redis-trib.rb:656:in `each'
    from ./redis-trib.rb:656:in `flush_nodes_config'
    from ./redis-trib.rb:997:in `create_cluster_cmd'
    from ./redis-trib.rb:1373:in `<main>'
 

解决将每个单独redis下的node.conf文件删除,重试,若不行重启服务器。

猜你喜欢

转载自blog.csdn.net/qq_39655510/article/details/102229187