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

Use unique collections names in map_reduce_with_chunk_migrations.js concurrency test

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.3.1
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • ALL
    • 50

      The test runs concurrent mapReduce commands with output mode "replace" against the same target collection. Since "replace" involves dropping the target collection as part of the final rename operation, there's a small window where a mapReduce starts after the target is dropped and not yet renamed. If this happens, the second MR will fail on it's final rename due to this assertion.

            Assignee:
            nicholas.zolnierz@mongodb.com Nicholas Zolnierz
            Reporter:
            nicholas.zolnierz@mongodb.com Nicholas Zolnierz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: