[MXS-4912] Query classifier cache total-size book-keeping may be wrong Created: 2023-12-28 Updated: 2024-01-02 Resolved: 2024-01-02 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | qc_sqlite |
| Affects Version/s: | 6.4, 22.08, 23.02, 23.08 |
| Fix Version/s: | 6.4.14, 22.08.12, 23.02.9, 23.08.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
With binary prepared statements it is possible that a small amount is added to the query classifier cache total size accounting, without the prepared statement actually being in the cache. This over-accounting may cause entries to be evicted even if space is still available. |