-
Notifications
You must be signed in to change notification settings - Fork 3
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
slack-19.0
: use slackhq/[email protected]
#575
base: slack-19.0
Are you sure you want to change the base?
Conversation
Signed-off-by: Tim Vaillancourt <[email protected]>
Signed-off-by: Tim Vaillancourt <[email protected]>
Signed-off-by: Tim Vaillancourt <[email protected]>
Signed-off-by: Tim Vaillancourt <[email protected]>
|
||
// TODO: remove this conditional and 'else' side after vtops-vtorc is used 100%. | ||
if strings.HasSuffix(vtopsPath, "vtops-vtorc") { | ||
vtopsExec.RaiseProblem(analysisEntry.AnalyzedInstanceAlias, "orc-dead-tablet") |
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 made vtops-vtorc
avoid some extra calls by passing an alias instead of hostname. This means we need this conditional during the rollout
Signed-off-by: Tim Vaillancourt <[email protected]>
Signed-off-by: Tim Vaillancourt <[email protected]>
slack-19.0
: use slackhq/[email protected]
slack-19.0
: use slackhq/[email protected]
go.mod
Outdated
@@ -101,7 +101,7 @@ require ( | |||
github.com/kr/text v0.2.0 | |||
github.com/mitchellh/mapstructure v1.5.0 | |||
github.com/nsf/jsondiff v0.0.0-20210926074059-1e845ec5d249 | |||
github.com/slackhq/vitess-addons v0.19.4 | |||
github.com/slackhq/vitess-addons v0.19.6-0.20241218193729-2cb0c6fc208a |
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.
TODO: cut a real tag before this is merged. This is a pinned commit
Signed-off-by: Tim Vaillancourt <[email protected]>
Signed-off-by: Tim Vaillancourt <[email protected]>
Signed-off-by: Tim Vaillancourt <[email protected]>
Description
This PR updates
slackhq/vitess-addons
totheTODO: cutv0.19.5
tagv0.19.6
tag - currently using a pinned commitAlso the source-name for vtops problems was simplified to be
vtorc-POOL-ENV
vs. the longer/redundantvtorc-bedrock-POOL-ENV
and a conditional to pass tablet alias tovtops-vtorc
was addedRelated Issue(s)
Checklist
Deployment Notes