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

Wrong number of documents reported deleted when using batched deletes in 6.0

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 6.0.16
    • Component/s: None
    • Query Execution
    • ALL
    • Hide

      Execute jstests/sharding/swallow_unnecessary_uuid_mismatch_error.js with the sharding_batched_deletes_passthrough suite

      Show
      Execute jstests/sharding/swallow_unnecessary_uuid_mismatch_error.js with the sharding_batched_deletes_passthrough suite

      With the backport to 6.0 of SERVER-79049 we had to disable the jstests/sharding/swallow_unnecessary_uuid_mismatch_error.js test in the sharding_batched_deletes_passthrough suite.

      This is because instead of returning the expected number of documents deleted to be 3 it instead returns 4.

      Note that it doesn't actually affect the end result. A simple scan of the collection afterwards returns the full collection only containing 3 documents less. This is instead a problem of misleading results. It's also not happening on 7.0+.

            Assignee:
            Unassigned Unassigned
            Reporter:
            jordi.olivares-provencio@mongodb.com Jordi Olivares Provencio
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: