Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QUESTION] Why read_from_replicas is still reading from the primary ? #3355

Open
raphaelauv opened this issue Aug 12, 2024 · 0 comments
Open

Comments

@raphaelauv
Copy link

When set to true, read commands will be assigned between the primary and its replications in a Round-Robin manner

If I have 4 replicas for 1 primary node, I would expect read_from_replicas to only read from replicas and only read from primary if every replica do not answer.

So why still reading from the primary in a round-robin way ?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant