[MDEV-22913] Error: xtrabackup_apply_delta() upon preparing incremental backup Created: 2020-06-16 Updated: 2022-09-14 Resolved: 2022-09-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | mariabackup |
| Affects Version/s: | 10.5 |
| Fix Version/s: | 10.4.27, 10.5.18, 10.6.11, 10.7.7, 10.8.6, 10.9.4, 10.10.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Marko Mäkelä |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||||||||||||||||||||||||||
| Issue Links: |
|
||||||||||||||||||||||||||||
| Description |
|
This report is about a non-debug 10.5 build. Debug builds fail with an assertion failure from
To reproduce:
Remember to set the basedir on the command line. The grammar in the test above only contains single query:
It currently fails every time for me, but there is always room for non-determinism.
Then it will ignore other errors and automatically continue running the configured 5 trials until it hits this exact failure. Logs are attached. In the community server, this failure was only observed on 10.5 non-debug. 10.4 and 10.5 debug and sometimes 10.4 non-debug fail with
(to be filed separately). 10.2 non-debug fails non-deterministically with MDEV-18550.
|
| Comments |
| Comment by Marko Mäkelä [ 2022-09-14 ] | |||||||||||
|
I suspected that this might have been fixed by
| |||||||||||
| Comment by Marko Mäkelä [ 2022-09-14 ] | |||||||||||
|
I could reproduce a failure of this on 10.5 without the fix of
|