question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sentinel master discovery uses the wrong command

See original GitHub issue

SENTINEL 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:open
  • Created 8 years ago
  • Reactions:4
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
dpaluch-rpcommented, Mar 1, 2022

Bump! I’m face the same issue, after 6 years bug still present

0reactions
gnatcommented, Jun 22, 2021

@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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found