[MDEV-27969] buf_page_cleaner not getting signaled event if dirty_pct > innodb_max_dirty_pages_pct_lwm Created: 2022-03-01 Updated: 2022-03-01 Resolved: 2022-03-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.8 |
| Fix Version/s: | 10.8.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Krunal Bauskar | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | performance | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
[Non-availability of the flushing of-course has effect on performance as could be observed from the attached graph]. |
| Comments |
| Comment by Marko Mäkelä [ 2022-03-01 ] | ||||||||||||
|
Thank you! The following code indeed is unreachable because the object rb was being passed by value and not by reference, and only a copy of the mutable data member rb.modified was ever changed:
|