Bug #119570 Reports of "database page corruption", and server restart
Submitted: 17 Dec 10:08
Reporter: Kevin Ayton Email Updates:
Status: Open Impact on me:
None 
Category:MySQL Server: InnoDB storage engine Severity:S2 (Serious)
Version:8.0.44 OS:Ubuntu (24.04)
Assigned to: CPU Architecture:x86 (running under Virtual Box 7.2.2, Win11 host)

[17 Dec 10:08] Kevin Ayton
Description:
Running mysqldump, program failed:
mysqldump: Error 2013: Lost connection to MySQL server during query when dumping table `tblName` at row: 20074 #### Status code 3 - aborting

MySQL error log attached.

How to repeat:
Rerun the backup that invokes mysqldump (cron job every 3 hours)

Other access to the database, including the apparently affected table, was not affected.

Problem seems to be fixed by restoring the complete database from a previous backup.

It is possible that the problem was triggerred by a task that generated a large number of updates (>10000) in one transaction, but since the issue did not become immediately apparent, it is difficult to be precise.