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

Minor bug fixes in eviction.

    • Type: Icon: Task Task
    • Resolution: Done
    • WT1.6.6
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      @michaelcahill, here's the branch with the 3 changes we discussed.

      There's another change in there as well: in __evict_walk we used an integer counter to start each eviction file handle traversal immediately after the handle where we ended the last walk, but if we're sweeping handles, that's not going to work any more. I changed it to use an address in the WT_DATA_HANDLE structure instead, I think it's less work and probably more reliable.

            Assignee:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Reporter:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: