Sentinel master discovery uses the wrong command
See original GitHub issueSENTINEL masters is used to discover the master for a given cluster, whereas SENTINEL get-master-addr-by-name should be used instead.
See https://github.com/antirez/redis/issues/2615 for the issues that this causes.
Issue Analytics
- State:
- Created 8 years ago
- Reactions:4
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Sentinel master discovery uses the wrong command #626
SENTINEL masters is used to discover the master for a given cluster, whereas SENTINEL get-master-addr-by-name should be used instead.
Read more >High availability with Redis Sentinel
If a master is not working as expected, Sentinel can start a failover process where a replica is promoted to master, the other...
Read more >Redis Sentinel Documentation
If a master is not working as expected, Sentinel can start a failover process where a slave is promoted to master, the other...
Read more >Sentinel old - Redis Documentation - Read the Docs
If a master is not working as expected, Sentinel can start a failover process where a slave is promoted to master, the other...
Read more >Redis Sentinel — High Availability: Everything you need to ...
Sentinel always checks the MASTER and SLAVE instances in the Redis cluster ... You can add this via following command as well as...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Bump! I’m face the same issue, after 6 years bug still present
@abrookins Would highly appreciate you taking a look at this one. I feel like the correct change was done here: https://github.com/er0k/redis-py/pull/3/files#diff-9d65b3446d551c0ed9e7bb0a16cf7b31f8b94c1024b9bf05afaa63ce70950019R195
Thanks!