Bug #78960 | Unclear note "InnoDB: not started" in the error log | ||
---|---|---|---|
Submitted: | 26 Oct 2015 8:34 | Modified: | 20 Nov 2015 14:39 |
Reporter: | Valeriy Kravchuk | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 5.7.9, 5.7.10 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | buf_load_status, buf_resize_status, error log, innodb, note |
[26 Oct 2015 8:34]
Valeriy Kravchuk
[26 Oct 2015 8:41]
MySQL Verification Team
Hello Valeriy, Thank you for the bug report. Verified as described with 5.7.10 build. Thanks, Umesh
[26 Oct 2015 8:42]
MySQL Verification Team
// 5.7.10 - extract from error log . . 2015-10-26T08:38:30.479964Z 0 [Note] InnoDB: Waiting for purge to start 2015-10-26T08:38:30.530091Z 0 [Note] InnoDB: 5.7.10 started; log sequence number 2484914 2015-10-26T08:38:30.530285Z 0 [Note] InnoDB: Loading buffer pool(s) from /export/umesh/server/mysql-advanced-5.7.10/78960/ib_buffer_pool 2015-10-26T08:38:30.530378Z 0 [Note] InnoDB: not started 2015-10-26T08:38:30.530548Z 0 [Note] Plugin 'FEDERATED' is disabled. 2015-10-26T08:38:30.532305Z 0 [Note] InnoDB: Buffer pool(s) load completed at 151026 9:38:30 2015-10-26T08:38:30.533574Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them. 2015-10-26T08:38:30.533594Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory. 2015-10-26T08:38:30.556956Z 0 [Warning] CA certificate ca.pem is self signed. 2015-10-26T08:38:30.557010Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory. 2015-10-26T08:38:30.557127Z 0 [Note] Server hostname (bind-address): '*'; port: 15000 2015-10-26T08:38:30.557192Z 0 [Note] IPv6 is available. 2015-10-26T08:38:30.557206Z 0 [Note] - '::' resolves to '::'; 2015-10-26T08:38:30.557213Z 0 [Note] Server socket created on IP: '::'. 2015-10-26T08:38:30.567419Z 0 [Note] Event Scheduler: Loaded 0 events 2015-10-26T08:38:30.567617Z 0 [Note] bin/mysqld: ready for connections. Version: '5.7.10-enterprise-commercial-advanced' socket: '/tmp/mysql_ushastry.sock' port: 15000 MySQL Enterprise Server - Advanced Edition (Commercial) [umshastr@hod04]/export/umesh/server/mysql-advanced-5.7.10: cat docs/INFO_SRC commit: ec8eea3eb451866b70e25331d6d278125127b82c date: 2015-10-26 03:21:28 +0100 build-date: 2015-10-26 03:35:04 +0100 short: ec8eea3 branch: mysql-5.7 MySQL source 5.7.10
[20 Nov 2015 14:39]
Daniel Price
Posted by developer: Fixed as of the upcoming 5.7.11, 5.8.0 release, and here's the changelog entry: InnoDB startup messages related to dumping and loading of the buffer pool were improved. Thank you for the bug report.