vttablet should not shutdown on "Too many connections" error #7038
Labels
Component: Query Serving
Type: Enhancement
Logical improvement (somewhere between a bug and feature)
If too many queries get killed, mysql can temporarily return a "Too many connections" error until it has accounted for all the killed connections.
In vttablet, this gets treated as a connection error, which causes the tablet server to go into a non-serving state. In this situation, it's better if vttablet continues serving with the outstanding connections instead of shutting down.
The text was updated successfully, but these errors were encountered: