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

Filter out hosts that are OFFLINE_SOFT or OFFLINE_HARD #26

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

altmannmarcelo
Copy link
Collaborator

If a user wants to gracefully remove a host from proxysql, it will change the status to OFFLINE_SOFT, wait it to complete all the current ongoing connections and then change it to OFFLINE_HARD. The scheduler should not consider those hosts as available to be used and filter them out.

Fixes: #25

If a user wants to gracefully remove a host from proxysql, it will
change the status to OFFLINE_SOFT, wait it to complete all the current
ongoing connections and then change it to OFFLINE_HARD.
The scheduler should not consider those hosts as available to be used
and filter them out.

Fixes: #25
@altmannmarcelo altmannmarcelo merged commit d2277a8 into main Nov 4, 2024
4 checks passed
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.

Filter out hosts that are OFFLINE_SOFT or OFFLINE_HARD
2 participants