Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.8(EOL)
Description
- buf_page_cleaner is signaled when the pages are added to the flush list.
- As part of the
MDEV-27774changes the logic to signal buf_page_cleaner
accidentally got missed due to pass-by-value issue (expected pass-by-reference).
[mtr_t::commit flow would signal page cleaner if there are modified
blocks. The object that captured modified blocks was expected to get
passed by reference but accidentally got passed by value and so
page-cleaner thread was never signaled].
[Non-availability of the flushing of-course has effect on performance as could be observed from the attached graph].
Attachments
Issue Links
- is caused by
-
MDEV-27774 Reduce scalability bottlenecks in mtr_t::commit()
- Closed