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
After executing DROP DATABASE followed by CREATE DATABASE several times queries will start to fail with "Too many connections" errors.
This is because the connection pools for each of the internal tablets are not closed on DROP DATABASE so they reconnect once the database exists again after the next CREATE DATABASE.
Overview of the Issue
After executing
DROP DATABASE
followed byCREATE DATABASE
several times queries will start to fail with "Too many connections" errors.This is because the connection pools for each of the internal tablets are not closed on
DROP DATABASE
so they reconnect once the database exists again after the nextCREATE DATABASE
.PR to fix this: #16606
Reproduction Steps
Binary Version
Operating System and Environment details
Log Fragments
No response
The text was updated successfully, but these errors were encountered: