[MDEV-6456] No progress indication for "Reading tablespace information from the .ibd files" Created: 2014-07-18 Updated: 2017-03-07 Resolved: 2014-07-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.12 |
| Fix Version/s: | 10.1.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Petrunia | Assignee: | Sergei Petrunia |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| 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. |
| Comments |
| Comment by Sergei Petrunia [ 2014-07-18 ] | |||||||||
|
Made a patch that prints messages like this:
messages are printed every 15 seconds. | |||||||||
| Comment by Sergei Petrunia [ 2014-07-18 ] | |||||||||
|
Patch: http://lists.askmonty.org/pipermail/commits/2014-July/006354.html | |||||||||
| Comment by Sergei Petrunia [ 2014-07-18 ] | |||||||||
|
Jan, could you please review? | |||||||||
| Comment by Jan Lindström (Inactive) [ 2014-07-21 ] | |||||||||
|
Sergei, Ok to push. |