[MDEV-31676] Innodb history length keeps growing Created: 2023-07-13 Updated: 2024-01-26 Resolved: 2023-07-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.6.14 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Gerwin | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
RHEL 8 |
||
| Issue Links: |
|
||||||||||||
| Description |
|
I have a server where the history length keeps growing. At first we had them in shared system space but we moved them with using innodb_undo_tablespaces. This did not helped us either. Right now the length is 124355327 and the server is not making transactions right now (for 1 hour) just to see if the purge starts. It's pretty idle. Ihave the following parameters, most of them are extreme just to trigger some purge actions. {{MariaDB [(none)]> show global variables like "innodb%purge%";
innodb status:
Looks a little bit like # |
| Comments |
| Comment by Gerwin [ 2023-07-17 ] |
|
Sorry this isn't a bug. I made a miscalculation in de undo logsizes where I triggered lazy purging. |
| Comment by Marko Mäkelä [ 2023-08-07 ] |
|
This could still be a genuine problem, or at least I believe that this is related to the open ticket MDEV-30628. What was done in Based on the configuration parameters that you posted, the throttling should not be activated at all, because innodb_max_purge_lag_delay=0.
|
| Comment by Marko Mäkelä [ 2023-11-14 ] |
|
|
| Comment by Marko Mäkelä [ 2024-01-26 ] |
|
|