RedisLabs / redis-cluster-proxy

A proxy for Redis clusters.
GNU Affero General Public License v3.0
993 stars 132 forks source link

ERR Failed to write to cluster #69

Open zhklcf opened 4 years ago

zhklcf commented 4 years ago

When I shutdown one master, and the original slave change to new master. but the proxy can't feel the change and failed to write to cluster.

Error from server: ERR Cluster node disconnected: .XX.XX.XX.XX:6379
Error from server: ERR Failed to write to cluster
ttouret commented 4 years ago

Hello,

I'm facing the same issue. When one master node fails (no problem with takeover, it occur as expected and the cluster is healthy), I have the message "(error) ERR Failed to write to cluster" when I try to fetch keys belonging to the hash slot for which this master is responsible. Operation returns to normal only when the faulty node is restarted.

thanghp2711 commented 1 year ago

I'm facing this issues! Can anyone give me the solutions?