[MDEV-18661] loading the audit plugin causes performance regression Created: 2019-02-20 Updated: 2021-05-31 Resolved: 2019-06-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Plugin - Audit |
| Affects Version/s: | 10.4.2 |
| Fix Version/s: | 10.2.26, 10.1.41, 10.3.17, 10.4.7 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Axel Schwenke | Assignee: | Alexey Botchkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||
| Description |
|
Once the audit plugin is loaded into MariaDB server, it causes a performance loss. Even if the plugin is turned off with
Unloading the audit plugin restores the original condition. |
| Comments |
| Comment by Axel Schwenke [ 2019-02-20 ] | ||||||
|
reproduced with MariaDB 10.4.2:
The effect gets more visible at higher concurrency, so it is probably some shared global resource. The test machine has 16 cores (32 hardware threads). Customer with 40 core hardware reports up to 70% reduction in throughput. | ||||||
| Comment by Alexey Botchkov [ 2019-05-27 ] | ||||||
|
http://lists.askmonty.org/pipermail/commits/2019-May/013802.html | ||||||
| Comment by Alexey Botchkov [ 2019-06-15 ] | ||||||
|
fix to this Pushed into 10.1. |