[MDEV-13670] [Note] InnoDB: page_cleaner: 1000ms intended loop took XXXXms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.) Created: 2017-08-29 Updated: 2020-10-15 Resolved: 2018-06-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server, Storage Engine - InnoDB |
| Affects Version/s: | 10.2.8 |
| Fix Version/s: | 10.2.12, 10.3.3 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Stuart Slater | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | upstream | ||
| Environment: |
Windows 2008 R1 32bit |
||
| Issue Links: |
|
||||||||||||||||||||||||
| Description |
|
Hi,
I have not made any changes to the configuration file (my.ini); I was wondering do I need to the settings are:-
Do I need to increase innodb_buffer_pool_instances, or anything else to stop this latency which I never saw logged with MySQL 5.6.36? many thanks for your advice and guidance. |
| Comments |
| Comment by Marko Mäkelä [ 2017-08-29 ] |
|
This change originated from MySQL 5.7, which MariaDB’s InnoDB implementation is based on. The suggestion to omit this message when both reported counts are 0 might make sense. |
| Comment by Elena Stepanova [ 2017-09-19 ] |
|
Setting to Confirmed based on the comment above. |
| Comment by Michael Widenius [ 2017-12-05 ] |
|
Marko wants to at some point understand exactly why we get this error and what we can do to In the mean time, we will change so that this warning is only given if log_warnings is 3 or above. |
| Comment by Michael Widenius [ 2017-12-07 ] |
|
Marko has now committed in 10.2 tree a fix that we don't write the page_cleaner information if log_warnings is 2 or less |
| Comment by Marko Mäkelä [ 2018-06-19 ] |
|
The message was hidden at the default log_warnings level (2 or less). The actual problem will be addressed in |
| Comment by Marko Mäkelä [ 2020-09-15 ] |
|
Until |