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

Fix healthcheck filters #530

Merged

Conversation

ejortegau
Copy link
Collaborator

Description

This PR fixes healthcheck filters. In vitessio#16871, we backported a fix that added filtering
in the health check, but later we backported #514 which undid part of that because
it predated the first backport. So aiming at correct that here.

With this change, essentially, the filters passed in NewHealthCheck() get actually applied to the topology watchers, instead of it using a newly instantiated, empty filter as it's currently happening.

vitessio#16871 added filtering in the health check,
but later #514 undid that. So aiming at
fixing it here.

With this change, essentially, the filters passed in NewHealthCheck() get actually
applied to the topology watchers, instead of it using a newly instantiated, empty
filter as it's currently happening.

Signed-off-by: Eduardo J. Ortega U <[email protected]>
@github-actions github-actions bot added this to the v15.0.5 milestone Oct 10, 2024
@ejortegau ejortegau marked this pull request as ready for review October 10, 2024 15:24
@ejortegau ejortegau requested a review from a team as a code owner October 10, 2024 15:24
@timvaillancourt timvaillancourt merged commit 37b690c into slack-15.0 Oct 10, 2024
197 checks passed
@timvaillancourt timvaillancourt deleted the slack-15.0-fix-txthrottler-healthcheck-again branch October 10, 2024 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants