PGAdapter seems to refuse connections during a connect storm #1377
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
A client that tries to open a large number of connections all at the same time to PGAdapter seems to get pushback and refused connections when the number of connections exceeds ~300. PGAdapter should handle this more gracefully and try to handle more of the connection startup in a separate thread to prevent connection storms from causing refused connections (up to a reasonable point).
The text was updated successfully, but these errors were encountered: