Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.30, 10.1.22
Description
A user is constantly seeing messages like the following:
2017-04-23 23:47:44 139336886889216 [Note] InnoDB: Space id 1131 trying to reserve 3 extents actually reserved 256 reserve 7010 free 201 size 44857344 rounds 51 total_reserved 13056
|
2017-04-23 23:47:44 139336886889216 [Note] InnoDB: Space id 1131 trying to reserve 3 extents actually reserved 256 reserve 7011 free 205 size 44857600 rounds 52 total_reserved 13312
|
It looks like these messages were added as part of the fix for MDEV-8386.
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?
Attachments
Issue Links
- relates to
-
MDEV-8386 MARIADB creates very big tmp file > 351Gb. Started happening after Version 10.0.16-15
- Closed