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

Retry full upsert path when duplicate key exception matches exact query predicate

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.1.6
    • Affects Version/s: None
    • Component/s: Write Ops
    • Labels:
      None
    • Fully Compatible
    • Query 2018-11-05, Query 2018-11-19, Query 2018-12-03
    • 95

      Subset of cases described in SERVER-14322 that can be safely retried as an upsert is when insert portion of update receives a duplicate key exception with duplicate key-values combination matching the query exactly.

      Example:

      db.foo.update({_id:5},{$set:{...}\},{upsert:true})

      can safely retry full upsert if it receives error

      "E11000 duplicate key error collection: bar.foo index: id dup key: { : 5.0 }"

            Assignee:
            james.wahlin@mongodb.com James Wahlin
            Reporter:
            asya.kamsky@mongodb.com Asya Kamsky
            Votes:
            0 Vote for this issue
            Watchers:
            14 Start watching this issue

              Created:
              Updated:
              Resolved: