-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[cli] [vtbackup] Migrate all vtbackup flags to pflag #11334
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
Conversation
Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Bug fixes
Non-trivial changes
New/Existing features
Backward compatibility
|
Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.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.
couple nits, and some (i'm assuming) leftover debugging code that needs cleanup, but otherwise looking good
Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
@@ -51,6 +48,8 @@ import ( | |||
"vitess.io/vitess/go/vt/logutil" | |||
"vitess.io/vitess/go/vt/vterrors" | |||
|
|||
// register the HTTP handlers for profiling | |||
_ "net/http/pprof" |
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 will fix this in next round of push
Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
Signed-off-by: Rameez Sajwani rameezwazirali@hotmail.com
Description
Updates vtbackup related flag references specified in #11279
Related Issue(s)
package go/cmd/vtbackup
#11279Checklist
Deployment Notes