Due to the new "obeyReadPreference" code, any mapReduce which tries to use a straight forward collection name for output fails.
The code is hardwired to cast "out" to a DBObject, which is counter to the docs/behavior of MongoDB.
- is related to
-
JAVA-497 ReadPrefs ignored for commands
- Closed