Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5.13
-
None
Description
Hi!
I upgraded to 10.5.13 to fix MDEV-26860 but it is still not fixed.
To reproduce, start a server with the defaults and check "show engine innodb status;" i.e get the following outputs:
Log sequence number 1851090
Log flushed up to 1851090
Pages flushed up to 1851090
Last checkpoint at 1851078
Then do some inserts on any table and check SEIS again:
Log sequence number 1852662
Log flushed up to 1852662
Pages flushed up to 1851090
Last checkpoint at 1851078
it can be seen that checkpoint is yet not moving forward. If monitoring with PMM, the graphs looks like a "saw tool" like on the bug report from MDEV-26860
Attachments
Issue Links
- relates to
-
MDEV-23855 InnoDB log checkpointing causes regression for write-heavy OLTP
- Closed
-
MDEV-24537 innodb_max_dirty_pages_pct_lwm=0 lost its special meaning
- Closed
-
MDEV-24949 Enabling idle flushing (possible regression from MDEV-23855)
- Closed
-
MDEV-26860 MariaDB 10.5 does not do idle checkpoint (regression)
- Closed