Details
-
Bug
-
Status: Stalled (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.2.24, 10.4.14
-
None
Description
Mariabackup consistently hangs when you load data into a table from another table while a full backup is running.
It hangs in the following phase:
[00] 2019-05-15 01:23:27 Waiting for log copy thread to read lsn 5607063606354
|
Before that, the following errors appear:
[00] 2019-05-15 00:25:44 Retrying read of log at LSN=5593738149376
|
[00] 2019-05-15 00:25:44 Retrying read of log at LSN=5593738149376
|
[00] 2019-05-15 00:25:44 Retrying read of log at LSN=5593738149376
|
[00] 2019-05-15 00:25:44 Retrying read of log at LSN=5593738149376
|
[00] 2019-05-15 00:25:44 Retrying read of log at LSN=5593738149376
|
[00] 2019-05-15 00:25:44 xtrabackup_copy_logfile() failed.
|
This is regularly happening at a customer of ours.
I was able to reproduce in my lab as follows:
1. start a full backup
2. run insert into empytable select * from sbtest1;
Command line used for backup:
mariabackup --backup --user=root --password=xxx --parallel=4 --extra-lsndir=/tmp --stream=xbstream --target-dir=/tmp/2019-05-16/mariabackup
|
Isolation level: default (REPEATABLE-READ)
Attachments
Issue Links
- duplicates
-
MDEV-18611 mariabackup silently ended during xtrabackup_copy_logfile()
- Closed
- is duplicated by
-
MDEV-31399 mariabackup fails with large innodb redo log - block is overwritten
- Open
- relates to
-
MDEV-14992 BACKUP: in-server backup
- Open
-
MDEV-23711 make mariabackup innodb redo log read error message more clear
- Closed
-
MDEV-34062 mariadb-backup --backup is extremely slow at copying ib_logfile0
- Closed
-
MDEV-17029 mariabackup fails under load with schema changes
- Closed
-
MDEV-18612 mariabackup: Error: xtrabackup_copy_logfile() failed.
- Closed