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

Close a race between verify opening a handle and eviction visiting it

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • WT2.9.2, 3.2.13, 3.4.4, 3.5.6
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Storage 2017-03-06

      We have idenitified a race condition where the eviction server can attempt to walk a tree that has a NULL root page and result in a segfault.

      The issue is that verify uses a single (exclusively held) handle and switches in root pages from different checkpoints. If the eviction server starts a walk while the root page is being switched it can see a NULL page - which is weird.

            Assignee:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Reporter:
            alexander.gorrod@mongodb.com Alexander Gorrod
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: