You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the cloud, NLB takes around 90s to mark TiProxy offline after TiProxy shuts down the HTTP port. During this process, new connections are denied.
Proposal:
Only reject new connections after graceful-wait-before-shutdown, not before
Add a configuration graceful-close-conn-timeout. After graceful-wait-before-shutdown, reject new connections and close connections that have finished transactions, until graceful-close-conn-timeout ends
The text was updated successfully, but these errors were encountered:
Development Task
On the cloud, NLB takes around 90s to mark TiProxy offline after TiProxy shuts down the HTTP port. During this process, new connections are denied.
Proposal:
graceful-wait-before-shutdown
, not beforegraceful-close-conn-timeout
. Aftergraceful-wait-before-shutdown
, reject new connections and close connections that have finished transactions, untilgraceful-close-conn-timeout
endsThe text was updated successfully, but these errors were encountered: