[MDEV-20679] Mariabackup --prepare runs out of buffer_pool when --use-memory is not default Created: 2019-09-26 Updated: 2021-12-20 Resolved: 2020-02-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Backup |
| Affects Version/s: | 10.4.7 |
| Fix Version/s: | 10.2.31, 10.3.22, 10.4.12, 10.5.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Eugene | Assignee: | Thirunarayanan Balathandayuthapani |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux 4.19.75-gentoo AMD EPYC 7451 |
||
| Issue Links: |
|
||||||||
| Description |
|
Trying to restore large backup created on the server with heavy load at the moment of backup creation. Backup size is 321GB with ib_logfile0 of 176GB. Running
uses 100MB RAM (default) and took already more then 24 hours (while data import from .sql files took 10 hours for this set). Process state changes form S to D and back while CPU load is almost zero, disk utilization is zero (0.1% iowait) and only 100MB RAM is used. Current behavior:
meaning that mariabackup ran out of innodb buffer pool. However, this pool is much larger then given 'use-memory' option. In fact, attempts to set use-memory to
whole output looks like:
MariaDB server has following parameters:
Expected behavior: Additional questions: |
| Comments |
| Comment by Elena Stepanova [ 2019-10-06 ] |
|
There is a still open issue |
| Comment by Marko Mäkelä [ 2019-10-07 ] |
|
I confirm that this is essentially a duplicate of |
| Comment by Geoff Montee (Inactive) [ 2020-02-28 ] |
|
Should this bug be closed now that |
| Comment by Marko Mäkelä [ 2020-02-28 ] |
|
The similar bug |