Oh,no!My redis cluster master-slave relationship is lost #10732
Unanswered
gyl362500123
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From China,

The Redis cluster is deployed in the k8s container. When I restart the redis cluster (at this time, the pod IP has changed), the master-slave relationship is lost occasionally. However, through the command 'cluster Info', you can see that the cluster status is OK, and 'cluster nodes' can also see that the IP of redis has changed.
I don't know why. What could be the reason?
Normal condition:
Abnormal condition: You can see that the slave node of some master nodes are gone

ip change logs recorded in different redis.log logs





The slave node is trying to reconnect to the old master IP
Who has some opinions?
Beta Was this translation helpful? Give feedback.
All reactions