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

Task: change vtctld's realtime_status to use new health check #9358

Closed
deepthi opened this issue Dec 10, 2021 · 0 comments · Fixed by #10254
Closed

Task: change vtctld's realtime_status to use new health check #9358

deepthi opened this issue Dec 10, 2021 · 0 comments · Fixed by #10254

Comments

@deepthi
Copy link
Member

deepthi commented Dec 10, 2021

vtctld has a reference to the old (Legacy) health check implementation.

hc := discovery.NewLegacyHealthCheck(*vtctl.HealthcheckRetryDelay, *vtctl.HealthCheckTimeout)

We need to move to this to the new one so that we can delete the old one completely.

This blocks #9218.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant