[MDEV-25425] Useless message "If the mysqld execution user is authorized page cleaner thread priority can be changed." Created: 2021-04-15 Updated: 2021-04-15 Resolved: 2021-04-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5, 10.6 |
| Fix Version/s: | 10.5.10, 10.6.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | performance | ||
| Issue Links: |
|
||||||||
| Description |
|
On startup, InnoDB tries to prioritize the page cleaner thread. This usually fails, resulting in a log message like the following:
A search for that message in this bug reporting system reveals many community user bugs. So, it seems that this code is almost never effective and can be removed:
When this code was heavily refactored in So, this code should have no benefit in MariaDB Server 10.5.7 or later. |