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

Scale down implementation does not work on juju agent >= 2.9.43 #70

Open
zmraul opened this issue Jun 14, 2023 · 1 comment
Open

Scale down implementation does not work on juju agent >= 2.9.43 #70

zmraul opened this issue Jun 14, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@zmraul
Copy link
Contributor

zmraul commented Jun 14, 2023

With the release of this fix for juju: https://bugs.launchpad.net/juju/+bug/1951415 scaling down operations now don't immediately terminate the pod.

The current implementation of scale down on redis uses the instant failover (in case of primary scale down) that happened before the fix.

If redis is deployed on agent version 2.9.43, and a scale down operation is executed on the primary, redis server will elect a new primary, but sentinel doesn't get a proper SENTINEL RESET to relearn the status of the deployment.

@zmraul zmraul added the bug Something isn't working label Jun 14, 2023
@github-actions
Copy link

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

No branches or pull requests

1 participant