-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: MapReduce
-
Fully Compatible
-
ALL
-
-
Query 2019-07-15, Query 2019-07-29
-
19
A refactor for the cluster mapReduce by SERVER-41938 fails to validate the collection namespace on sharded clusters, which must be a string. Specifically the previous implementation uses parseNsCollectionRequired while the recent change uses parseNsFromCommand which skips some validations.
- is caused by
-
SERVER-41938 Refactor mapReduce command in support of alternate execution path
- Closed