-
Notifications
You must be signed in to change notification settings - Fork 4
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
Backport: set vreplication net read and net write timeout session vars to high values #155
Conversation
…values (vitessio#14203) Signed-off-by: Olga Shestopalova <[email protected]> Co-authored-by: Olga Shestopalova <[email protected]>
) | ||
|
||
func init() { | ||
servenv.OnParseFor("vttablet", registerFlags) |
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.
The previous attempt also passed these flags to vtcombo
which is used in vttestserver
so would be useful in dev and tests, but given that upstream PR does not add it, I am wary of adding to it. Also unsure if the schema migration issue will crop up in dev anyway.
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.
makes sense to leave it out.
Two checks are failing for non-code reasons:
|
) | ||
|
||
func init() { | ||
servenv.OnParseFor("vttablet", registerFlags) |
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.
makes sense to leave it out.
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.
Do we also want to port the tests?
@shanth96 the tests were added to a file that does not yet exist in v15. I tried to note that in the PR description. I did not want to introduce the file here since the tests are rather simplistic? Happy to be convinced otherwise. |
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.
LGTM!
Backport of vitessio@6953390
Redo of #129 onto the newest release.
Part of https://github.com/Shopify/vitess-project/issues/623
Helps with failure of schema changes using
vitess
strategy due to lower than desired timeout values.