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

Sharded map reduce may fail to clean up temporary output collection

    • Fully Compatible
    • ALL
    • v4.0, v3.6
    • 14

      This call is supposed to drop the temporary output collections if anything goes wrong in the command, but in some cases we don't reach there. In particular, I've reproduced a failure where this line can throw an exception due to a stale config. When that happens, the cleanup code doesn't run and the collection is left around.

      To fix this, we should use a ScopeGuard to make sure we clean up the temporary collections if we exit the function due to an exception.

            Assignee:
            charlie.swanson@mongodb.com Charlie Swanson
            Reporter:
            charlie.swanson@mongodb.com Charlie Swanson
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: