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
We add all connections into ConnectionPool.anyPool, but `master`
connection only in ConnectionPool.rwPool and `replica` connections
only in ConnectionPool.roPool. As a result `unknown` connections
appears only in the `anyPool`. See `setConnectionToPool`
implementation.
So we need to close connections from the `anyPool` instead of
`roPool` + `rwPool`.
0 commit comments