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

Handle requests going to replicas with no sentinel running #175

Open
MuhammadQadora opened this issue Nov 10, 2024 · 2 comments
Open

Handle requests going to replicas with no sentinel running #175

MuhammadQadora opened this issue Nov 10, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@MuhammadQadora
Copy link
Contributor

In our deployment the loadbalancer directs sentinel requests to all replicas. This is problematic since we only run 3 sentinels as required by our deployment (node-0, node-1, sentinel-0). If the load balancer redirects to a replica the is not running a sentinel (ex: node-2) the connection will fail.

@MuhammadQadora MuhammadQadora self-assigned this Nov 10, 2024
@MuhammadQadora MuhammadQadora linked a pull request Nov 10, 2024 that will close this issue
@MuhammadQadora MuhammadQadora added the enhancement New feature or request label Nov 12, 2024
@dudizimber
Copy link
Collaborator

@MuhammadQadora let's remove the add/remove replica tests while we don't allow users to add more replicas

@dudizimber dudizimber added bug Something isn't working and removed enhancement New feature or request labels Nov 25, 2024
@MuhammadQadora
Copy link
Contributor Author

Will reopen in the future, we have other priorities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants