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

Don't dirty pages to induce lookaside eviction

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.6.0-rc1, WT3.0.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Storage 2017-10-23

      In WT-3435 we made a change to cope with a rare situation where all pages in cache are clean but contain history that has to be maintained for reads. We can't evict those pages but also don't consider them for lookaside eviction, which led to tests hanging.

      The approach taken was to dirty pages so ordinary eviction would consider them for lookaside. Dirtying pages randomly in eviction causes more problems than it is worth: revert it.

            Assignee:
            michael.cahill@mongodb.com Michael Cahill (Inactive)
            Reporter:
            michael.cahill@mongodb.com Michael Cahill (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: