[MXS-4551] qlafilter with options=extended does not log query nor date Created: 2023-03-08 Updated: 2023-05-04 Resolved: 2023-05-02 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | qlafilter |
| Affects Version/s: | 6.4.5, 22.08.4 |
| Fix Version/s: | 6.4.7 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alain Thivillon | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux Debian 11 bullseye, Ubuntu 22 |
||
| Issue Links: |
|
||||||||
| Sprint: | MXS-SPRINT-180, MXS-SPRINT-181 | ||||||||
| Description |
|
When using qlafilter with the following conf :
the following sample output is written to /var/log/maxscale/query.unified :
Please not that query and date are replaced by an empty string, and total_reply_time is wrong (-2^31). After removing options=extended, everything is fine :
Tested with Maxscale 6.4.5 and 22.04 installed from official repo on Ubuntu 22.04.02 and Debian 11 "Extended" is not what i was thinking (using PCRE instead of regular Posix regexp) so this is not important for our setup, but maybe this can be useful for somebody Thanks anyway. |