Discussion:
[redis-db] I am unclear about min-slaves-to-write 1 min-slaves-max-lag 10
sravs
2018-06-07 10:21:57 UTC
Permalink
Reading through https://redis.io/topics/sentinel , min-slaves-to-write 1
min-slaves-max-lag 10 these parameters seem to be helping avoid two master
scenario.

How do they help avoid that scenarios ?
--
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.
Abioy Sun
2018-10-24 13:07:05 UTC
Permalink
They don't.

Such configuration just help the old master M1 to stop from accepting
writes in the specified case described in that section.
In fact, M1 and C1 still don't know the new master for a while before the
network healed.
Post by sravs
Reading through https://redis.io/topics/sentinel , min-slaves-to-write 1
min-slaves-max-lag 10 these parameters seem to be helping avoid two master
scenario.
How do they help avoid that scenarios ?
--
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
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.
Loading...