Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.5, 10.6, 10.11, 11.4, 10.2(EOL), 10.3(EOL), 10.4(EOL)
Description
In mariadb-backup --backup there are multiple mechanisms for ensuring that a sufficient amount of the InnoDB write-ahead log (ib_logfile0) is being copied at the end of the backup.
There is a function backup_wait_for_lsn(), which will wait for the log_copying_thread() to copy a necessary amount. But, we fail to pass the target LSN to log_copying_thread() itself.
The log copying and recovery logic was rewritten in MDEV-14425 and some locking in backup was rewritten in MDEV-32932. Therefore, it is not trivial to apply this fix to earlier versions.
Attachments
Issue Links
- relates to
-
MDEV-34871 BACKUP STAGE BLOCK_COMMIT had better return an InnoDB LSN
- Open
-
MDEV-14425 Change the InnoDB redo log format to reduce write amplification
- Closed
-
MDEV-32932 port backup features from MariaDB Enterprise
- Closed