Details
Description
Some warnings were reported in a Microsoft Windows environment (also on retry):
10.8 fe9412dbc9ce4cb1764a3669ee89dcf687d68fb5 |
mariabackup.defer_space 'innodb' w21 [ fail ] Found warnings/errors in server log file!
|
Test ended at 2022-11-09 12:12:56
|
line
|
2022-11-09 12:12:54 0 [ERROR] InnoDB: The size of the file ./test/t1.ibd is only 65535 bytes, should be at least 65536
|
2022-11-09 12:12:54 0 [ERROR] InnoDB: The size of the file ./test/t1.ibd is only 65535 bytes, should be at least 65536
|
^ Found warnings in D:/Buildbot/amd64-windows/build/mysql-test/var/21/log/mysqld.1.err
|
|
innodb.corrupted_during_recovery 'innodb' w27 [ fail ] Found warnings/errors in server log file!
|
Test ended at 2022-11-09 12:25:07
|
line
|
2022-11-09 12:24:55 0 [ERROR] InnoDB: The size of the file ./test/t1.ibd is only 65535 bytes, should be at least 65536
|
2022-11-09 12:24:55 0 [ERROR] InnoDB: The size of the file ./test/t1.ibd is only 65535 bytes, should be at least 65536
|
^ Found warnings in D:/Buildbot/amd64-windows/build/mysql-test/var/27/log/mysqld.1.err
|
Note: The file size is 1 smaller than the expected minimum file size.
On the third attempt, both these tests passed.
To me, it looks like the error messages are superfluous and should be removed. The recovery of a newly created file is supposed to work (and it apparently did work also in this case) no matter what the contents of the file is.
The message could be duplicated due to redundant calls (MDEV-25909).
Attachments
Issue Links
- relates to
-
MDEV-24626 Remove synchronous write of page0 and flushing file during file creation
- Closed
-
MDEV-25909 Unnecessary calls to fil_ibd_load() slow down recovery
- Open