[MDEV-18602] InnoDB: Failing assertion: !recv_no_log_write upon --prepare --apply-log-only on the first (full) backup Created: 2019-02-16 Updated: 2021-05-11 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | mariabackup, Storage Engine - InnoDB |
| Affects Version/s: | 10.1 |
| Fix Version/s: | 10.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Marko Mäkelä |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
To reproduce, upload and unpack the backup from here:
It was meant to be the initial part of an incremental backup, which is why prepare is run with apply-log-only as documented; I'm not including further incremental backups because they are unimportant for reproducing. Backup log is attached as mbackup_backup_0.log The failure happens a lot in my tests on 10.1 and is reproducible easily with random tests, but converting it into a deterministic MTR test case seems not trivial, apparently it depends on timing and possibly requires some debug synchronization or injection. I couldn't reproduce it so far on 10.2+. Notes on the origin of the report Reproducible easily enough with this:
|
| Comments |
| Comment by Elena Stepanova [ 2019-04-03 ] |
|
Currently all 10.1 MariaBackup tests fail with this. Should I disable incremental backup in 10.1 tests? |