[MDEV-21222] mariabackup.incremental_backup failed with memory allocation failure Created: 2019-09-25 Updated: 2021-05-10 Resolved: 2021-05-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | mariabackup, Tests |
| Affects Version/s: | 10.2, 10.3 |
| Fix Version/s: | 10.2.33, 10.3.24, 10.4.14, 10.5.5, 10.6.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexey Bychko (Inactive) | Assignee: | Vladislav Lesin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | affects-tests | ||
| Issue Links: |
|
||||||||
| Description |
|
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2/builds/20355
|
| Comments |
| Comment by Julien Fritsch [ 2019-10-24 ] | ||||||||||||||||||||||||||||||
|
This looks to be fixed, no? abychko | ||||||||||||||||||||||||||||||
| Comment by Julien Fritsch [ 2019-10-25 ] | ||||||||||||||||||||||||||||||
|
vlad.lesin is that fixed ? | ||||||||||||||||||||||||||||||
| Comment by Marko Mäkelä [ 2019-12-10 ] | ||||||||||||||||||||||||||||||
|
Here is a recent failure: http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2/builds/20473
A mmap() request of 1GiB in a 32-bit address space seems a little steep to me. | ||||||||||||||||||||||||||||||
| Comment by Marko Mäkelä [ 2019-12-22 ] | ||||||||||||||||||||||||||||||
|
Here is a recent occurence on 10.5 (failing to allocate 1GiB):
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2/builds/20622/steps/mtr_ps/logs/stdio | ||||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2020-03-13 ] | ||||||||||||||||||||||||||||||
|
I've disabled the 64k test variant on the 32bit architectire. vlad.lesin feel free to either close this issue or to remove my change and fix the issue differently. | ||||||||||||||||||||||||||||||
| Comment by Vladislav Lesin [ 2021-05-10 ] | ||||||||||||||||||||||||||||||
|
The issue is in incremental write filter initialization code:
The possible fix would be in decreasing delta buffer size for debug build. But as the issue takes place only for 32-bit architecture, disabling 64k test for it looks good to me. |