Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-12786

Page not in the prefetch queue still has the prefetch flag set

    • Storage Engines
    • 8
    • 나비 (nabi) - 2024-04-16
    • v8.0

      We see an assert being triggered in __wt_evict_file. The assert complains that we are evicting a page that has the WT_REF_FLAG_PREFETCH flag set but the prefetch queue is empty.

      It seems that we either didn't clear the flag when we removed the page from the prefetch queue or we set the flag but didn't add that page to the prefetch queue.

            Assignee:
            chenhao.qu@mongodb.com Chenhao Qu
            Reporter:
            chenhao.qu@mongodb.com Chenhao Qu
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: