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

feat: support round robin replica selection #2946

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ukriish
Copy link

@ukriish ukriish commented Mar 22, 2024

In one of our production clusters, where we use SlaveForKey function to selectively run EVALSHA, we noticed that the replica selection strategy was random and resulted in an uneven traffic pattern. During high throughput this started showing up with noticeable resource utilisation on some of the nodes compared to other. Ideally this wouldn't have made too big an issue but since we are running lua scripts and evalsha, it was noticeable.

I checked to see if there was a way for clients to inject a routing strategy via ClusterOptions but it isn't supported. Ideally, I think that might make more sense, especially since the client already supports SlaveForKey, MasterForKey, ForEachMaster and ForEachSlave methods. Immediately for our use case I decide to just add a new route strategy but it might make sense to support custom route functions.

Please let me know if this makes sense to be merged back here.

@ukriish ukriish changed the title Feature/support round robin replica selection feat: support round robin replica selection Mar 22, 2024
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

Successfully merging this pull request may close these issues.

None yet

1 participant