-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Fix vttestserver run script defaults #12004
Conversation
Signed-off-by: Manan Gupta <[email protected]>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
If a new flag is being introduced:
If a workflow is added or modified:
Bug fixes
Non-trivial changes
New/Existing features
Backward compatibility
|
I didn't want to block approval for this as this PR is not adding anything new... but could we take this opportunity to document these ENV vars? Probably makes sense to do it here: |
Another doc that is out-of-date 😭 |
Thank you fixing this. Definitely something I missed while reviewing the previous PR. |
Yeah I missed it during my testing as well.. :(. Thanks Manan |
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
I have created issue. (vitessio/website#1312). |
@GuptaManan100 for review vitessio/website#1313 |
@rsajwani Apologies, I didn't link the website changes, but I fixed the environment variables too while doing the docs review. Doing the docs review is how I found the problem. vitessio/website#1309 |
no worries , i will review the website PR tomorrow. will close mine |
Description
This PR fixes the default values for a couple of parameters in the run script used by the vttestserver docker image.
This fixes the issue described in #12003. Running the docker image without specifying the
TABLET_REFRESH_INTERVAL
environment variable works just fine after these changes.The default planner has also been changed to gen4.
Related Issue(s)
Checklist
Deployment Notes