[MXS-4034] Persistent connection pool is not automatically flushed Created: 2022-03-02 Updated: 2022-03-04 Resolved: 2022-03-04 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 2.5.19 |
| Fix Version/s: | 2.5.20 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-152 |
| Description |
|
The persistmaxtime is only checked when a new connection is created or an old one is closed. This means that if no new connections are created, the pool is never emptied of stale connections. |