Sidd S
2018-10-24 13:28:13 UTC
What's the easiest way to force a full resync (as opposed to psync) from a
master to a replica? I am using Redis 4, running Redis Cluster. I'm able to
do this on 4.0.1 by exploiting a bug
(https://github.com/antirez/redis/pull/4607) , which seems to have been
fixed in a later version.
I am trying to investigate a potential bug where (on 4.0.1)
1. A slave tries to full-sync with a master node
2. The sync takes so long, it goes on longer for the (node-timeout *
replica-validity-factor) + repl-ping-replica-period
3.The master turns off mid-sync
4.The slave is unable to failover and the cluster is in a failing state.
I want to check to see if the above occurs on 4.0.11, but I'm not sure how to force a full sync.
master to a replica? I am using Redis 4, running Redis Cluster. I'm able to
do this on 4.0.1 by exploiting a bug
(https://github.com/antirez/redis/pull/4607) , which seems to have been
fixed in a later version.
I am trying to investigate a potential bug where (on 4.0.1)
1. A slave tries to full-sync with a master node
2. The sync takes so long, it goes on longer for the (node-timeout *
replica-validity-factor) + repl-ping-replica-period
3.The master turns off mid-sync
4.The slave is unable to failover and the cluster is in a failing state.
I want to check to see if the above occurs on 4.0.11, but I'm not sure how to force a full sync.
--
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.