[MDEV-29137] mariabackup excessive logging of ddl tracking Created: 2022-07-19 Updated: 2022-07-26 Resolved: 2022-07-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Backup |
| Affects Version/s: | 10.6.6, 10.7.2, 10.8.1, 10.6.7, 10.6.8, 10.7.3, 10.7.4, 10.8.2, 10.8.3, 10.9.1 |
| Fix Version/s: | 10.6.9, 10.7.5, 10.8.4, 10.9.2, 10.10.1 |
| Type: | Bug | Priority: | Minor |
| Reporter: | MG | Assignee: | Thirunarayanan Balathandayuthapani |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | regression-10.6 | ||
| Issue Links: |
|
||||||||
| Description |
|
mariabackup writes space id of each table to stdout once per second, despite space id not having changed:
|
| Comments |
| Comment by Marko Mäkelä [ 2022-07-25 ] |
|
The messages about FILE_MODIFY records were added as part of fixing Those records are not really related to DDL operations, but listing the names of files that were modified since the previous checkpoint, to allow recovery and backup to efficiently reconstruct a mapping from numeric tablespace identifiers to file names. thiru, can we remove the logging, or do you foresee any need for it? |