Does the community have any plans to support large-scale cluster nodes?
Currently, there are over 2500 nodes in a Redis cluster. When there are network issues with some of the node hosts: Error reported in the host log: TCP: too many orphaned sockets and TCP: out of memory The Redis instance node on the problematic host has been disconnected from the cluster and cannot be rejoined。
Comment From: sundb
2500 nodes are too high. Due to the limitations of the gossip protocol, it's better not to exceed 1000 nodes.
Comment From: zhuleiandy888
@sundb ok,i get it。thanks!