[MDEV-21048] Mariabackup: huge speed degradation Created: 2019-11-14 Updated: 2023-08-02 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | mariabackup |
| Affects Version/s: | 10.3.18 |
| Fix Version/s: | 10.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vadim Kalsin | Assignee: | Vladislav Lesin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Debian 10.1 |
||
| Attachments: |
|
| Description |
| Comments |
| Comment by Jonas Krauss [ 2023-08-02 ] |
|
We are seeing similar issues, if they are related I cannot tell. The pattern is that the backup starts fast and quickly falls down to a rate of a couple of 100 kilobytes per second which makes taking a backup of 3T impossible. My best guess is that it gets stuck at some InnoDB table at some point. We are using a mix of InnoDB and RocksDB storage engines but it never even gets to the point where RocksDB data is being processed. I can provide additional information if someone let's me know what would be necessary to drill down on this issue. The log does not show anything suspicious, it just keeps printing lines how much of the innodb tx log it has scanned. Below are basic information of our setup: Environment: $ mariabackup --version $ mariadb --version Command: |