We can have mongos return the oplog entries from each shard, skipping any fromMigration entries.
Need to think about timing and return order of the oplog entries. Should probably order by ts (check first if they are in-sync?) from the shards to the client.
- related to
-
TOOLS-20 Make mongodump on a config server guarantee a usable backup
- Closed