-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
-
Repl 2017-10-23, Repl 2017-11-13
The applyOps command allows users to specify an array of oplog entries to be applied to a replica set node, but it isn't strict about the format of oplog entries given. Oplog entries can be given by a user that don't include a UUID (a ui field) and so they will be inserted into the oplog as is, without UUIDs. We should change this behavior so that, before the given oplog entries are added to the oplog, the appropriate collection UUIDs are added for each entry.
- is related to
-
SERVER-31295 Rollback of applyOps fails since oplog entry has no UUID field
- Closed
- related to
-
SERVER-27992 replicate collection UUIDs
- Closed