79246462

Date: 2024-12-03 06:26:35
Score: 1.5
Natty:
Report link

It's just because our manual failover API call eventually is directed to sentinels by internal algorithms. It's quite natural for sentinel to do so as sentinel has responsibilities to monitor nodes.

However, as you wonder, some people try to make changes so that we can deal with it like cluster (ask replicas instead of sentinels). For example, this is an issue in valkey project. https://github.com/redis/redis/issues/13118

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Koji Higasa