Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.11, 11.4, 11.8
-
GNU/Linux on AMD64, ARMv8 or POWER
-
Related to performance
-
The setting innodb_log_file_mmap=ON did not enable memory-mapped log file parsing.
Description
The setting innodb_log_file_mmap=ON did not have the desired effect on systems where the persistent memory interface is available, that is, Linux targeting AMD64, ARMv8 or POWER. On those systems, we’d implement special handling to treat any file in /dev/shm as if it were persistent memory. This special handling would wrongly refuse to enable memory-mapped log recovery if the initial attempt to map persistent memory failed.
I found this anomaly file testing MDEV-37949.
Attachments
Issue Links
- relates to
-
MDEV-34062 mariadb-backup --backup is extremely slow at copying ib_logfile0
-
- Closed
-
-
MDEV-37949 Implement innodb_log_archive
-
- In Progress
-