Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Going to Infinte loop when trying to create cluster using redis-trib.rb #2714

Closed
vishnudxb opened this issue Aug 5, 2015 · 2 comments
Closed

Comments

@vishnudxb
Copy link

Hi
I am using 3 instances, for eg:-

IP= 10.0.0.99 & port = 6379
IP= 10.0.0.75 & port = 6380
IP= 10.0.0.121 & port = 6381

And trying to create the cluster and it was going to a loop. Please check the attachment.

Here I am using Redis 3.0.3 version and Ruby version 1.9.1. Initially when I tried to execute the redis-trib.rb, it gives an error like "`require': cannot load such file -- redis (LoadError)" , Inorder to fix it., I run the command "gem install redis --version 3.0.3"
To check the connections with the machines and port, I used telnet and it's working fine. Any idea why it's giving an infinite loop??

screen shot 2015-08-05 at 12 56 36 pm

@wanggit
Copy link

wanggit commented Aug 5, 2015

every instances must open two ports, if you use 6379, you must open 6379 and 16379.
the other port is your use port+10000

@vishnudxb
Copy link
Author

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants