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

Stop assuming exclusive access when writing to history store pages

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT10.0.0, 4.4.0-rc8, 4.7.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • 1
    • Storage - Ra 2020-06-01

      As part of WT-6257, we noticed that we're passing true as the exclusive argument to wt_row_modify. This assumes exclusive access to the page and skips locking when adding to an insert list.

      In the case of history store writes, this is definitely not true so we should use false instead. It's not clear whether this fixes WT-6257. We're in the process of figuring that out.

            Assignee:
            alex.cameron@mongodb.com Alex Cameron (Inactive)
            Reporter:
            alex.cameron@mongodb.com Alex Cameron (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: