[MDEV-14889] Server fails to start because of aria_log_control-file Created: 2018-01-08 Updated: 2018-01-08 Resolved: 2018-01-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Aria |
| Affects Version/s: | 10.2.11, 10.2.12 |
| Fix Version/s: | 10.2.12 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alex | Assignee: | Sergei Golubchik |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | aria, aria_log_control, log, logs, startup | ||
| Environment: |
Cent OS 7.4 |
||
| Attachments: |
|
||||||||||||||||||||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
Like in MDEV-7218 the server fails to start with "File size bigger than expected":
However, the filesize of aria_log_control is only 3241 Bytes (not 2.5 GB as in MDEV-7218):
Attached is the aria_log_control-file. Problem occured in 10.2.11 as well as 10.2.12. Workaround:
|
| Comments |
| Comment by Sergei Golubchik [ 2018-01-08 ] |
|
It is caused by See, your aria_log_control is corrupted, it contains error log messages inside. It happened in 10.2.11, and upgrading to 10.2.12 didn't help, because the file already was corrupted by 10.2.11. |
| Comment by Alex [ 2018-01-08 ] |
|
I was already wondering why the log-messages are stored in this file. Thanks! I can confirm that there are no log-messages in aria_log_control after removal and starting 10.2.12. |