-
Type: Task
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Replication
-
Fully Compatible
-
Repl 2020-09-21, Repl 2020-10-05, Repl 2020-10-19
The changes from SERVER-29904 made it so that the convertToCapped command was no longer replicated as a special oplog entry. It was simply converted into the equivalent DDL operations and those were replicated via the oplog just the same as any other normal collection operations. Since the convertToCapped command will no longer show up in the oplog as such, we should be able to remove the type from the OplogEntry class.
- related to
-
SERVER-29904 don't generate convertToCapped oplog entries
- Closed