microsoftarchive / redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes
http://redis.io
Other
20.78k stars 5.37k forks source link

2/3 node cluster error : "WSA_IO_PENDING writing to socket fd" forever #568

Closed nittikkin closed 6 years ago

nittikkin commented 6 years ago

Two node cluster error, Cluster state is fail. cluster-error

This error occurs in the latest version build from source (3.0.5) AND also in the downloaded release version msi (Redis-x64-3.0.504.msi).

config file used for first node: redis.windows.cfg.txt

second node uses exactly same config as above, but different port.

node file for reference : nodes-6379.conf.txt

Any pointers please on what is wrong ? Further are there any clear steps on creating Redis clusters on windows please?

nittikkin commented 6 years ago

Got the cluster up using redis-trib.rb after starting couple of instance of the redis-server.exe