[MXS-4680] Session idleness diagnostic is wrong Created: 2023-07-24 Updated: 2023-11-14 Resolved: 2023-07-28 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | REST-API |
| Affects Version/s: | 6.4.7, 22.08.6, 23.02.2 |
| Fix Version/s: | 6.4.9, 22.08.7, 23.02.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The idle time calculation in the REST-API is wrong as it shows the time since the last network read instead of how many seconds the session has been logically idle. If the client is executing a query that is taking a long time to complete, the value should remain at zero until the query is fully complete. |