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

RecordId might be inserted more than once with unique index and dupsAllowed == true

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.0.0-rc6
    • Affects Version/s: None
    • Component/s: Storage
    • Labels:
      None
    • Fully Compatible
    • ALL

      Here's a bug: https://github.com/mongodb/mongo/blob/3c1347b07d678297aa1d136e780f461bf1e28c07/src/mongo/db/storage/wiredtiger/wiredtiger_index.cpp#L1037

      If there are two RecordIds (locInIndex) that are higher than RecordId we're inserting (loc), then the loc will be inserted more than once to the value.

      I believe this line should be

      if (!insertedLoc && loc < locInIndex)

            Assignee:
            benety.goh@mongodb.com Benety Goh
            Reporter:
            igor Igor Canadi
            Votes:
            1 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved: