Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.12
-
None
-
None
Description
The "Reading tablespace information from the .ibd files" step during InnoDB recovery can take a long time but provides no information.
We should make it indicate progress being made, .e.g every 15 seconds.
Attachments
Issue Links
- relates to
-
MDEV-11027 InnoDB log recovery is too noisy
-
- Closed
-
Made a patch that prints messages like this:
140718 2:30:33 [Note] InnoDB: Starting crash recovery.
140718 2:30:33 [Note] InnoDB: Reading tablespace information from the .ibd files...
140718 2:30:49 [Note] InnoDB: Processed 429 .ibd/.isl files
140718 2:31:05 [Note] InnoDB: Processed 1045 .ibd/.isl files
140718 2:31:21 [Note] InnoDB: Processed 1562 .ibd/.isl files
140718 2:31:37 [Note] InnoDB: Processed 2299 .ibd/.isl files
140718 2:31:53 [Note] InnoDB: Processed 3234 .ibd/.isl files
140718 2:31:56 [Note] InnoDB: Restoring possible half-written data pages
140718 2:31:56 [Note] InnoDB: from the doublewrite buffer...
messages are printed every 15 seconds.