[MDEV-12609] Allow suppression of InnoDB log messages about reserving extents Created: 2017-04-27 Updated: 2020-08-25 Resolved: 2017-06-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.0.30, 10.1.22 |
| Fix Version/s: | 10.1.25, 10.0.32 |
| Type: | Bug | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | innodb | ||
| Issue Links: |
|
||||||||
| Description |
|
A user is constantly seeing messages like the following:
It looks like these messages were added as part of the fix for These messages are causing the user's error log to grow very large. Would it be possible to make some way to suppress these log messages? Maybe they can be changed to warnings, and then suppressed by decreasing log_warnings? Or maybe it can be controlled by some other variable? |
| Comments |
| Comment by Marko Mäkelä [ 2017-06-05 ] |
|
I would suggest to remove this output, or make it conditional on global_system_variables.log_warnings > 2, like |
| Comment by Jan Lindström (Inactive) [ 2017-06-08 ] |
|
commit d03abc71a490f4ee6d173d07c95a2adb9c60457c Removed this output. |