[MDEV-12555] Error log full of with [Note] InnoDB: Online DD Created: 2017-04-22 Updated: 2017-04-25 Resolved: 2017-04-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.1.22 |
| Fix Version/s: | 10.1.23 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Nicola | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Centos 6 64 bit |
||
| Description |
|
Hello, I've a curious problem also explained here: My log files is very big because it's full of lines like this:
This happen every night at 4 AM. Is this a bug or I need to disable this? I can't find any doc about that. |
| Comments |
| Comment by Daniel Black [ 2017-04-23 ] |
|
You are on Windows or Centos? You want to disable the online ddl (probably caused by EVENTS or cron), or the log messages? Or something to make looking at the log more manageable? |
| Comment by Nicola [ 2017-04-23 ] |
|
Hello Daniel, I'm on CentOS 6.9. Thank you |
| Comment by Daniel Black [ 2017-04-25 ] |
|
I'd suggest you need to run mysqlcheck with -A -vvv --auto-repair to obtain output as to what repair is being done. Its a bit unclear as to why some difference occurred or why you need to run it nightly. If the repair of tables doesn't quieten the log. If this failes consider the --extended option of mysqlcheck. There shouldn't be this much output regularly so attempting to resolve the reason for the output should be first. However If the size of the log files are bothering you you can implement a logrotate script to truncate/compress/delete the log files. |
| Comment by Daniel Black [ 2017-04-25 ] |
|
Actually - looks like a duplicate of |
| Comment by Nicola [ 2017-04-25 ] |
|
Thank you Daniel |