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

Remove OpDebug and CRUD diagnostics from ops/update.cpp::update()

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.3.8
    • Affects Version/s: None
    • Component/s: Querying
    • Labels:
      None
    • Major Change
    • Query 15 (06/03/16)

      With the refactoring of the write path under SERVER-23128, the ops/update.cpp update() method is no longer used* to serve user operations. Please:

      1. Remove the OpDebug argument from update()
      2. Remove the PlanSummaryStats block.
      3. Pass a dummy OpDebug to getExecutorUpdate()

      * The one exception is in MapReduce which calls Helpers::upsert() which then calls update() to write output data, with a dummy OpDebug. We don't want to track metrics for this path so not a blocker.

            Assignee:
            james.wahlin@mongodb.com James Wahlin
            Reporter:
            james.wahlin@mongodb.com James Wahlin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: