The fix for SERVER-13981 purposely allows drop commands for incremental MapReduce collections to be replicated--even though the preceding createCollection commands are not replicated. As a result, a warning like this is logged:
[repl writer worker 1] warning: repl Failed command { drop: "tmp.mr.testColl_0_inc" } on mapReduce with status UnknownError ns not found during oplog application
It'd be nice to prevent this (potentially confusing) warning from being triggered and logged.
Version: 2.6.2-rc0
- is related to
-
SERVER-13981 Temporary map/reduce collections are incorrectly replicated to secondaries
- Closed