You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created sentinel and replication cluster with below configuration.
redis-replication clusterSize = 2
redis-sentinel clusterSize = 3
Node1 contains redis-replication-0, sentinel-0 and sentinel-2 instances.
Node2 contains redis-replication-1 and sentinel-1 instances
Disabled scheduling on Node1. Manually deleted master instance (redis-replication-0). Sentinel elected new master (redis-replication-1) and able to write data.
Enabled scheduling on Node1, when old master instance(redis-replication-0) comes up, data written into master (redis-replication-1) is not present.
Basically data written to master (redis-replication-1) is replaced with old master(redis-replication-0) data.
What did you expect to see?
Data should persist in newly elected master.
What did you see instead?
Data loss in newly elected master.
The text was updated successfully, but these errors were encountered:
What version of redis operator are you using?
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
kubectl version
)?kubectl version
What did you do?
Created sentinel and replication cluster with below configuration.
redis-replication clusterSize = 2
redis-sentinel clusterSize = 3
Node1 contains redis-replication-0, sentinel-0 and sentinel-2 instances.
Node2 contains redis-replication-1 and sentinel-1 instances
Disabled scheduling on Node1. Manually deleted master instance (redis-replication-0). Sentinel elected new master (redis-replication-1) and able to write data.
Enabled scheduling on Node1, when old master instance(redis-replication-0) comes up, data written into master (redis-replication-1) is not present.
Basically data written to master (redis-replication-1) is replaced with old master(redis-replication-0) data.
What did you expect to see?
Data should persist in newly elected master.
What did you see instead?
Data loss in newly elected master.
The text was updated successfully, but these errors were encountered: