-
Notifications
You must be signed in to change notification settings - Fork 24.5k
Closed
Description
root@host1:/usr/local/src/redis# ./src/redis-trib.rb create host1.domain.com:6379 host2.domain.com:6379
>>> Creating cluster
Connecting to node host1.domain.com:6379: OK
Connecting to node host2.domain.com:6379: OK
>>> Performing hash slots allocation on 2 nodes...
M: 9c60c6684f898e2a0a7782d44ec90632cc0c3b73 host1.domain.com:6379
slots:0-8191 (8192 slots) master
M: 2f5649e3133f75b581d7250708796b2899eedbd2 host2.domain.com:6379
slots:8192-16383 (8192 slots) master
Can I set the above configuration? (type 'yes' to accept): yes
/var/lib/gems/1.8/gems/redis-3.0.4/lib/redis/client.rb:85:in `call': ERR Slot 7185 is already busy (Redis::CommandError)
from /var/lib/gems/1.8/gems/redis-3.0.4/lib/redis.rb:2240:in `method_missing'
from /var/lib/gems/1.8/gems/redis-3.0.4/lib/redis.rb:36:in `synchronize'
from /usr/lib/ruby/1.8/monitor.rb:242:in `mon_synchronize'
from /var/lib/gems/1.8/gems/redis-3.0.4/lib/redis.rb:36:in `synchronize'
from /var/lib/gems/1.8/gems/redis-3.0.4/lib/redis.rb:2239:in `method_missing'
from ./src/redis-trib.rb:184:in `flush_node_config'
from ./src/redis-trib.rb:476:in `flush_nodes_config'
from ./src/redis-trib.rb:475:in `each'
from ./src/redis-trib.rb:475:in `flush_nodes_config'
from ./src/redis-trib.rb:684:in `create_cluster_cmd'
from ./src/redis-trib.rb:755:in `send'
from ./src/redis-trib.rb:755Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels