[MDEV-29943] MariaBackup loses a DML operation after server restart Created: 2022-11-03 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | mariabackup, Storage Engine - InnoDB |
| Affects Version/s: | 10.3, 10.4 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | not-10.5+ | ||
| Issue Links: |
|
||||||||
| Description |
|
Set to minor because I could only reproduce it on 10.3/10.4.
So, even though the backup was run after the DELETE, it still contains the data in the table. Reproducible on 10.3 and 10.4, could not reproduce 10.5+. It is a race condition, even though not with the client connection, because if I put a sleep between DELETE and backup, it is no longer reproducible. |
| Comments |
| Comment by Marko Mäkelä [ 2022-11-04 ] |
|
This looks possibly related to MDEV-21403 and potentially fixed by |
| Comment by Angelique Sklavounos (Inactive) [ 2023-01-25 ] |
|
Sorry, please disregard commit 943989c9ef9b7d01333ad14a09547585666c9eeb, this was meant for MDEV-29934. |