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

Prohibit operations on system.profile inside of transactions

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.4.0-rc6, 4.7.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • ALL
    • v4.4
    • Execution Team 2020-04-20, Execution Team 2020-05-04, Execution Team 2020-05-18

      Presently, system.profile is the only non-replicated collection that can be read from in a multi-document transaction (we exclude operations on local from transactions).

      This collection does not have a commit timestamp with which to set its minimum visible snapshot. This collection also does not require an ID index build, hence will not have its minimum visible snapshot set to the cluster time via the ID index build. It can therefore not have a minimum visible snapshot be set.

      We believe the best solution for this is to prohibit operations on the system.profile collection inside of a transaction.

            Assignee:
            maria.vankeulen@mongodb.com Maria van Keulen
            Reporter:
            maria.vankeulen@mongodb.com Maria van Keulen
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: