Details
-
Bug
-
Status: In Progress (View Workflow)
-
Critical
-
Resolution: Unresolved
-
10.11.10
Description
Hi Team,
We upgraded from 10.11.8 to 10.11.10 two weeks ago and since then mariabackup keeps failing with the following logs.
[00] 2025-02-24 00:41:42 Waiting for log copy thread to read lsn 160568393706001 |
[00] 2025-02-24 00:41:43 Retrying read of log at LSN=160515356496404 |
[00] 2025-02-24 00:41:44 Retrying read of log at LSN=160515356496404 |
[00] 2025-02-24 00:41:45 Retrying read of log at LSN=160515356496404 |
[00] 2025-02-24 00:41:46 Retrying read of log at LSN=160515356496404 |
[00] 2025-02-24 00:41:47 Retrying read of log at LSN=160515356496404 |
[00] 2025-02-24 00:41:47 Was only able to copy log from 160487092534834 to 160515356496404, not 160568393706001; try increasing innodb_log_file_size |
mariabackup: Stopping log copying thread.
|
I judged that this was caused by a small innodb_log_file_size value, so I tested to change it to an appropriate value and got the following results.
- MariaDB engine ver : 10.11.10 / mariabackup engine ver : 10.11.10
innodb_log_file_size = 1G - failed
innodb_log_file_size = 4G - failed
innodb_log_file_size = 8G - failed
- MariaDB engine ver : 10.11.8 / mariabackup engine ver : 10.11.8
innodb_log_file_size = 1G - success
innodb_log_file_size = 4G - success
- MariaDB engine ver : 10.11.10 / mariabackup engine ver : 10.11.8
innodb_log_file_size = 1G - success
Is this a new bug different from MDEV-34062?
I would like to know if there is any impact on the acceptability of backups from engine 10.11.10 to mariabackup 10.11.8 in production environments.
Thanks and Regard.
Attachments
Issue Links
- relates to
-
MDEV-14992 BACKUP: in-server backup
-
- Open
-
-
MDEV-30000 make mariadb-backup to force an innodb checkpoint
-
- Closed
-
-
MDEV-34062 mariadb-backup --backup is extremely slow at copying ib_logfile0
-
- Closed
-
-
MDEV-34070 mariadb-backup --prepare with larger --use-memory may be slower
-
- Confirmed
-
-
MDEV-35791 mariadb-backup 10.11.10 failed to create backup
-
- Needs Feedback
-
By the way, the same problem occurs on 10.11 and 11.4. It does NOT happen on 10.6.