Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-77130

Fix data races when writing to collection instances in commit handlers

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • ALL
    • Execution Team 2023-05-29, Execution Team 2023-06-12, Execution NAMR Team 2023-06-26, Execution NAMR Team 2023-07-10

      Investigate which commit handlers write to collection or index catalog entry instances. Such writes are not safe without some form of synchronization as collection instances being written by DDL operation can be returned to threads doing reads after the DDL operation is committed to the storage engine but before the commit handlers have run.

            Assignee:
            henrik.edin@mongodb.com Henrik Edin
            Reporter:
            henrik.edin@mongodb.com Henrik Edin
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: