Support --mysql-timeout flag by shlomi-noach · Pull Request #824 · github/gh-ost
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 1.4k
Merged
Support --mysql-timeout flag#824
timvaillancourt merged 3 commits intomasterfrom
Support --mysql-timeout flag#824
timvaillancourt merged 3 commits intomasterfrom
Conversation
Copy link Copy Markdown
Contributor
shlomi-noach
commented
Feb 16, 2020
shlomi-noach
commented
Looking into #822
This PR adds --mysql-timeout=<float> flag, which controls all these at once:
- MySQL connect timeout (cap on establishing connection)
- MySQL read timeout (cap on read query time)
- MySQL write timeout (cap on write query time).
shlomi-noach
mentioned this pull request
evitame78 approved these changes Mar 21, 2020
evitame78 approved these changes Mar 21, 2020
Copy link Copy Markdown
evitame78
left a comment
evitame78
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
timvaillancourt approved these changes Aug 13, 2020
timvaillancourt
had a problem deploying
to
production/mysql_role=ghost_testing
Failure
timvaillancourt
merged commit
720182f
into
master
timvaillancourt
deleted the
connection-timeout
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment