Du M
2018-10-30 11:25:18 UTC
Hi,
We have set up a 12 node Redis cluster with 6 Masters and 6 replicas.
While testing failover, we stopped (using shutdown save) 1, 2, and 3
masters on purpose. Cluster recovers from simultaneous failure of 1 and 2
masters, but when 3 Masters are down simultaneously, cluster becomes
unavailable (client gets "CLUSTERDOWN The cluster is down" error).
Is this expected behaviour?
Redis Cluster Spec <https://redis.io/topics/cluster-spec> says majority of
Masters must be available for any recovery.
Just to be sure, does this mean that at least ceil(n/2 + 1) masters must be
available for cluster to be available and any recovery, where n is the
original number of Masters in Cluster?
We have set up a 12 node Redis cluster with 6 Masters and 6 replicas.
While testing failover, we stopped (using shutdown save) 1, 2, and 3
masters on purpose. Cluster recovers from simultaneous failure of 1 and 2
masters, but when 3 Masters are down simultaneously, cluster becomes
unavailable (client gets "CLUSTERDOWN The cluster is down" error).
Is this expected behaviour?
Redis Cluster Spec <https://redis.io/topics/cluster-spec> says majority of
Masters must be available for any recovery.
Just to be sure, does this mean that at least ceil(n/2 + 1) masters must be
available for cluster to be available and any recovery, where n is the
original number of Masters in Cluster?
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+***@googlegroups.com.
To post to this group, send email to redis-***@googlegroups.com.
Visit this group at https://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+***@googlegroups.com.
To post to this group, send email to redis-***@googlegroups.com.
Visit this group at https://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.