Open halleystar opened 1 day ago
Thank you for bringing this issue to our attention. We appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.
Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.
Name and Version
bitnami/redis
What architecture are you using?
amd64
What steps will reproduce the bug?
After triggering a manual failover, the
REDIS_MASTER_HOST
has already changed. This means the master node information obtained earlier is outdated, and when we use this information to start Redis with the --replicaof parameter, it may connect to an incorrect master node.What do you see instead?
upon