[MDEV-25003] mtflush_service_io - workitem status is always SUCCESS even if pool flush fails Created: 2021-02-26 Updated: 2021-10-25 Resolved: 2021-04-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.2 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Yury Chaikou | Assignee: | Marko Mäkelä |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
/storage/innobase/buf/buf0mtflu.cc - mtflush_service_io() function
|
| Comments |
| Comment by Marko Mäkelä [ 2021-04-26 ] |
|
The innodb_use_mtflush interface was something that had been copied from Percona XtraDB server. MySQL 5.7 introduced a different implementation of multi-threaded page cleaner that should not have this problem. The XtraDB mechanism was removed from MariaDB Server 10.3 as part of In |