Connection pool: trigger reconnection on fatal errors
Offen
enhancement
- Vorherrschende Sprache
- C++
- Sterne
- 299
- Forks
- 43
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
If a pooled connection encounters a fatal error (as per #253), we should trigger a re-connection. Currently:
* If the connection gets reset (the default), the error gets detected and re-connection triggers - but we're wasting a server round-trip.
* If the connection doesn't get reset (as per `return_without_reset`), the connection will never be reconnected, which can be problematic.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.