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

Investigate profiling of inserts in multi-document transactions

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Replication

      As part of SERVER-59673 we discovered that multi-document transactions stash their current WUOW and disable two-phase locking before profiling an operation.

      However, this is only performed for updates and deletes. Inserts do not seem to go through that path and we are left wondering if inserts are being profiled in the same WUOW as the transaction. If they are then this would mean that they only get materialised once the transaction commits.

            Assignee:
            backlog-server-repl [DO NOT USE] Backlog - Replication Team
            Reporter:
            jordi.olivares-provencio@mongodb.com Jordi Olivares Provencio
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: