mariadb/mysql-test/suite/mariabackup/innodb_redo_log_overwrite.opt
Vlad Lesin beec9c0e19 MDEV-21255: Deadlock of parallel slave and mariabackup (with failed log
copy thread)

mariabackup hangs waiting until innodb redo log thread read log till certain
LSN, and it waits under FTWRL. If there is redo log read error in the thread,
it is finished, and main thread knows nothing about it, what leads to hanging.
As it hangs under FTWRL, slave threads on server side can be blocked due
to MDL lock conflict.

The fix is to finish mariabackup with error message on innodb redo log read
failure.
2019-12-12 13:28:30 +03:00

1 line
73 B
Text

--loose-innodb-log-file-size=1048576 --loose-innodb-log-files-in-group=2