Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.20
-
None
Description
Attached mtr test results in following errors during restore:
161202 11:41:53 [01] Copying ./test/t1.ibd to F:/git/mysql-test/var/tmp/backup/test/t1.ibd
[01] xtrabackup: Database page corruption detected at page 1, retrying...
[01] xtrabackup: Database page corruption detected at page 1, retrying...
161202 11:41:54 >> log scanned up to (21745372)
...
[01] xtrabackup: Error: failed to read page after 10 retries. File ./test/t1.ibd seems to be corrupted.
[01] xtrabackup: Error: xtrabackup_copy_datafile() failed.
[01] xtrabackup: Error: failed to copy datafile.
When I reduce number of rows - test most likely to succeed.
If remove row_format=compressed from table definition - then always suceeds