-
Type:
Bug
-
Status: Closed
-
Priority:
Major - P3
-
Resolution: Fixed
-
Affects Version/s: None
-
Labels:
-
Backwards Compatibility:Fully Compatible
-
Operating System:ALL
-
Backport Requested:v4.0, v3.6
-
Linked BF Score: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.
- related to
-
SERVER-43477 Complete TODO listed in SERVER-36966
-
- Closed
-
-
SERVER-44211 Complete TODO listed in SERVER-36966
-
- Closed
-