-
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
Bug Report: Vttestserver docker image command doesn't work #12003
Labels
Comments
This problem seems to have been introduced in #11918 |
3 tasks
I also have the same issue. For me using
Used to work before and now errors when doing Relevant error from the logs:
Originally posted by @Jolg42 in #11868 (comment) |
Thanks, @GuptaManan100, I can confirm adding this under environment to my docker-compose vitess definition works
|
This was referenced Dec 21, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview of the Issue
The command listed on the website docs
docker run --name=vttestserver -p 33577:33577 -e PORT=33574 -e PLANNER_VERSION=gen4fallback -e KEYSPACES=test,unsharded -e NUM_SHARDS=2,1 -e MYSQL_MAX_CONNECTIONS=70000 -e MYSQL_BIND_HOST=0.0.0.0 --health-cmd="mysqladmin ping -h127.0.0.1 -P33577" --health-interval=5s --health-timeout=2s --health-retries=5 vitess/vttestserver:mysql57
doesn't work with the vttestserver docker image.An error like this is thrown -
Reproduction Steps
Build the docker image of
vttestserver
and run the docker commandBinary Version
Operating System and Environment details
Log Fragments
No response
The text was updated successfully, but these errors were encountered: