[MDEV-30614] mariabackup should terminate when running out of file handles Created: 2023-02-08 Updated: 2023-02-08 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Backup |
| Affects Version/s: | 10.6.12 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Hartmut Holzgraefe | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When the open_files_limit is not high enough for the number of tables present mariabackup will at some point start to spew out error messages like:
It will then continue to throw the same lines for any further table it tries to open, which can be a lot. As at the point where this is being hit for the first table it is already clear that a consistent / complete backup is no longer possible it could, and IMHO should, bail out right away instead of further spamming its output with repeated messages about the same problem. |