[MXS-3927] Some log messages do not contain the session ID Created: 2021-12-22 Updated: 2022-01-03 Resolved: 2022-01-03 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 6.2.0 |
| Fix Version/s: | 6.2.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If the routing of a query is delayed, the log messages logged in the queued query handler do not contain the session ID. This happens because the context in which the code is executed happens outside of the main event processing function which means the current DCB, and by extension the session, isn't set. |