[MDEV-14733] InnoDB: Processed .ibd/.isl files Failed with result 'timeout' Created: 2017-12-21 Updated: 2018-01-22 Resolved: 2018-01-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Configuration |
| Affects Version/s: | 10.1 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | tohir | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | innodb, need_feedback | ||
| Environment: |
Ubuntu 16.04, 24GB RAM, 12vCPU |
||
| Attachments: |
|
| Description |
|
Today i have an error mariadb server when my friend try dumping, the error log is
Dec 21 11:44:56 ubuntu mysqld[6195]: 2017-12-21 11:44:56 139809002477824 [Note] InnoDB: Processed 10934 .ibd/.isl files journalctl -xe |
| Comments |
| Comment by Elena Stepanova [ 2017-12-23 ] |
|
The log messages just signify that you have lots of ibd/isl files, and that it took very long to process all of them (which happens upon server recovery). You might want to check your disk for problems, because 1 min for 500 files seems a lot. However, if it's a usual situation on this server, then I suggest changing TimeoutStartSec in the [Service] section of your service configuration. By default, MariaDB service doesn't contain anything there, which means the system default is used (normally 90 sec), but you obviously need more. |