Log parsing buffer overflow
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
MySQL Server |
Unknown
|
Unknown
|
||||
Percona Server moved to https://jira.percona.com/projects/PS | Status tracked in 5.7 | |||||
5.5 |
Invalid
|
Undecided
|
Unassigned | |||
5.6 |
Invalid
|
Undecided
|
Unassigned | |||
5.7 |
Fix Released
|
High
|
Unassigned |
Bug Description
The following error can happen during the re-start of the server after it has been killed:
[ERROR] InnoDB: Log parsing buffer overflow. Recovery may have failed!
It has been reported by PZ and I have reproduced the issue, but currently I couldn't reduce it. I tried with using smaller number of tables (instead of 100000 tried with 50000 but couldn't reproduce). So this needs more work but reporting it here since maybe somebody will bump into same issue and provide some other details.
Steps to reproduce:
I used: Percona Server 5.7.14-7 release build
mysqld options:
--no-defaults --skip-
sysbench prepare (it will run few hours depending on the machine):
sysbench --test=
sysbench run:
sysbench --test=
After the sysbench has been running for 10min just kill the server with something like "sudo kilall -9 mysqld" and then try to start the server again.
Logged upstream bug here: https:/ /bugs.mysql. com/bug. php?id= 83245