buf4_page_flush_low_org check error【DM版本】:dm8 【操作系统】:windows11 【CPU】:AMD Ryzen ...
page has been serviced and the data file that it belongs to have been synced to the disk. * Explicitly pass 'sync' value to buf_flush_page(). The new scheme is: -- All batches happen asynchronously (same as before) -- Single page flushes to find a victim are synchronous -- Single ...
uint add = new_cnt - srv_n_page_cleaners; srv_n_page_cleaners = new_cnt;uint add = new_cnt - page_cleaner->n_workers; for (uint i = 0; i < add; i++) { os_thread_id_t cleaner_thread_id; os_thread_create(buf_flush_page_cleaner_worker, NULL, &cleaner_thread_id); ...