delete RPCs that were deprecated in 13.0#10099
Conversation
Signed-off-by: deepthi <deepthi@planetscale.com>
|
Reading through this again: https://github.com/vitessio/enhancements/blob/main/veps/vep-1.md#example-2-deprecating-and-removing-an-obsolete-utility Did we return an error e.g. if someone hit this code via a cmd-line command or API call? Does that matter in this case? |
The older versions of the RPCs are only called from the command-line of older version vtctlds. We have no way of going back and printing a warning from there. I don't think we officially support direct RPC calls to vttablets from clients right now, so we don't worry about that. |
mattlord
left a comment
There was a problem hiding this comment.
I had a question about the vttablet fuzzer as there we seem to be removing rather than renaming/replacing, but otherwise this LGTM.
Signed-off-by: deepthi <deepthi@planetscale.com>
Signed-off-by: deepthi <deepthi@planetscale.com>
Signed-off-by: deepthi <deepthi@planetscale.com>
This reverts commit 4cc5000.
This reverts commit 4cc5000.
`slack-vitess-r14.0.5`: Revert "delete RPCs that were deprecated in 13.0 (vitessio#10099)"
Description
Delete all references to the RPCs listed in the linked issue
Related Issue(s)
Fixes #8839
Checklist
Deployment Notes