Skip to content

Conversation

@nanorkyo
Copy link

@nanorkyo nanorkyo commented Mar 7, 2019

When innodb_dedicated_server is ON and 2GiB <= server's physical memory < 3GiB,
mysql-server will be shutdown like following:

[ERROR] [MY-012961] [InnoDB] Only one log file found
[ERROR] [MY-012930] [InnoDB] Plugin initialization aborted with error not found.
[ERROR] [MY-010334] [Server] Failed to initialize DD Storage Engine
[ERROR] [MY-010020] [Server] Data Dictionary initialization failed.
[ERROR] [MY-010119] [Server] Aborting

Because innodb_log_files_in_group becomes 1 in this case.

When innodb_dedicated_server is ON and 2GiB <= server's physical memory < 3GiB,
mysql-server will be shutdown like following:
-------
[ERROR] [MY-012961] [InnoDB] Only one log file found
[ERROR] [MY-012930] [InnoDB] Plugin initialization aborted with error not found.
[ERROR] [MY-010334] [Server] Failed to initialize DD Storage Engine
[ERROR] [MY-010020] [Server] Data Dictionary initialization failed.
[ERROR] [MY-010119] [Server] Aborting
-------
In this case, because innodb_log_files_in_group is set to 1.
@mysql-oca-bot
Copy link

Hi, thank you for submitting this pull request. In order to consider your code we need you to sign the Oracle Contribution Agreement (OCA). Please review the details and follow the instructions at http://www.oracle.com/technetwork/community/oca-486395.html
Please make sure to include your MySQL bug system user (email) in the returned form.
Thanks

@nanorkyo
Copy link
Author

nanorkyo commented Mar 8, 2019

I sent my signed OCA, please check my mail.

@mysql-oca-bot
Copy link

Hi, there was no response to our request to sign an OCA or confirm the code is submitted under the terms of the OCA. As such this request will be closed.
Thanks

@hellracer
Copy link

This is a valid bug..... I can concur that this is also exist in percona 8.0.15-5 the workaround is to remove ib_logfile0 to properly start the server

@hellracer
Copy link

How can this issue moved even further?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants