We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The graceful-wait-before-shutdown option was added in TiDB to allow for graceful shutdown of sessions.
graceful-wait-before-shutdown
This was intended to:
The problem with this is:
Possible solutions:
server_health
shutting_down
The text was updated successfully, but these errors were encountered:
cc @renecannao
Sorry, something went wrong.
It seems ProxySQL doesn't support a customized port(10080) to check the health?
server: return error on ping when in graceful shutdown (#58008)
8c7f784
ref #58007
Closing this as #58008 was merged
No branches or pull requests
Enhancement
The
graceful-wait-before-shutdown
option was added in TiDB to allow for graceful shutdown of sessions.This was intended to:
The problem with this is:
Possible solutions:
server_health
orshutting_down
global variable.The text was updated successfully, but these errors were encountered: