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

Collection::updateDocument() issues an INVALIDATION_MUTATION after performing an in-place update (MMAP v1)

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Critical - P2 Critical - P2
    • 3.0.0-rc6
    • Affects Version/s: None
    • Component/s: Querying
    • Labels:
      None
    • Fully Compatible
    • ALL

      In 2.6, the invalidation occurs before performing an in-place document update:

      https://github.com/mongodb/mongo/blob/r2.6.7/src/mongo/db/catalog/collection.cpp#L384-L391

      Due to a refactor to permit a pluggable storage API, mutation invalidations for in-place document updates now occur after the write. The intention of the validation framework is to notify active queries of writes that are about to happen, not ones that have already occurred.

      Affects only version 2.8 mongod configured with the MMAP v1 storage engine.

            Assignee:
            david.storch@mongodb.com David Storch
            Reporter:
            david.storch@mongodb.com David Storch
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: