-
Type: New Feature
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
In order to simulate write concern for write commands which do not support it (createIndexes before 3.4 and collMod before 3.6) mongomirror needs to be able to run two commands back to back on the same connection.
One way to support this would be to provide a high level RunCommands helper that runs multiple commands sequentially on the same connection. Credit to david.golden for the idea.