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

Deprecate vtctl command IgnoreHealthError #9594

Merged
merged 2 commits into from
Jan 31, 2022

Conversation

deepthi
Copy link
Member

@deepthi deepthi commented Jan 29, 2022

Description

The tabletmanager RPC called IgnoreHealthError was deprecated in 7.0.
However, we continued to have a vtctl command that did nothing but call that RPC.
Deprecating the vtctl command now.

Related Issue(s)

#5960
Fixes #9383

Checklist

  • Should this PR be backported?
  • Tests were added or are not required
  • Documentation was added or is not required - will create a website PR.

Deployment Notes

If anyone is using this command in their scripts, it will now produce an error.

$ vtctlclient IgnoreHealthError
IgnoreHealthError Error: rpc error: code = Unknown desc = this command is no longer relevant and has been deprecated
E0128 16:50:37.045481    9304 main.go:76] remote error: rpc error: code = Unknown desc = this command is no longer relevant and has been deprecated

However, we continued to have a vtctl command that did nothing but call that RPC.
Deprecating the vtctl command now.

Signed-off-by: deepthi <deepthi@planetscale.com>
@deepthi deepthi requested review from notfelineit and sougou and removed request for doeg, shlomi-noach and ajm188 January 29, 2022 00:56
Signed-off-by: deepthi <deepthi@planetscale.com>
@deepthi deepthi merged commit 066e2bb into vitessio:main Jan 31, 2022
@deepthi deepthi deleted the ds-delete-ignore-health-error branch January 31, 2022 02:25
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.

Deprecate IgnoreHealthError at vtctl
2 participants