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.