[MDEV-29311] Server Status Innodb_row_lock_time% is reported in seconds Created: 2022-08-16 Updated: 2023-07-11 Resolved: 2023-07-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.6.0, 10.6.9, 10.7, 10.8, 10.9, 10.10 |
| Fix Version/s: | 10.6.15, 10.9.8, 10.10.6, 10.11.5, 11.0.3, 11.1.2, 11.2.1 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Oli Sennhauser | Assignee: | Vladislav Lesin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | beginner-friendly, innodb, lock, monitoring, regression-10.6 | ||
| Environment: |
Linux, n.a. |
||
| Issue Links: |
|
||||||||
| Description |
|
I detected that recent MariaDB versions report the InnoDB_row_lock_time% now in seconds instead of milliseconds. This is a bug that destroys all monitoring tools and thus should be fixed immediately. It also happens in 10.7.1. Other releases were not tested.
Source: https://mariadb.com/kb/en/innodb-status-variables/#innodb_row_lock_time |
| Comments |
| Comment by Oli Sennhauser [ 2022-08-16 ] |
|
In 10.5.12 the bug was not yet there. So it was introduced in 10.6 ff. |
| Comment by Marko Mäkelä [ 2022-08-16 ] |
|
Before In |
| Comment by Marko Mäkelä [ 2023-07-10 ] |
|
This fix looks OK to me. |