RedisLabs/redis-cluster-proxy

ERR Failed to write to cluster

zhklcf opened this issue · 2 comments

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

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.

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