-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add GetFullStatus RPC to vtctld #10905
Conversation
Signed-off-by: Manan Gupta <manan@planetscale.com>
Signed-off-by: Manan Gupta <manan@planetscale.com>
Signed-off-by: Manan Gupta <manan@planetscale.com>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Bug fixes
Non-trivial changes
New/Existing features
Backward compatibility
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code looks good to me, just some nitpicks on the code organization to match existing stuff
Signed-off-by: Manan Gupta <manan@planetscale.com>
Signed-off-by: Manan Gupta <manan@planetscale.com>
… have this rpc Signed-off-by: Manan Gupta <manan@planetscale.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also had to move the FullStatus
test to newfeatures since the old vtctld don't have that RPC
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like all feedback has been addressed. LGTM.
cc @ajm188
…vitessio#927) Add GetFullStatus RPC to vtctld Signed-off-by: Manan Gupta <manan@planetscale.com> Co-authored-by: Deepthi Sigireddi <deepthi@planetscale.com>
Add GetFullStatus RPC to vtctld
…#357) Add GetFullStatus RPC to vtctld Co-authored-by: Deepthi Sigireddi <deepthi@planetscale.com>
Description
This PR adds the
GetFullStatus
RPC to vtctld. This RPC exports the TabletManagerClient RPCFullStatus
so it is possible to call it from the vtctld server.This is required for VTAdmin to display the information provided by this RPC so that it can reach parity with the orchestrator UI.
Related Issue(s)
Checklist
Deployment Notes