-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
Replication
-
Fully Compatible
-
Repl 2024-06-10, Repl 2024-06-24
The op=c dropIndexes (plural) oplog entry has been used for all instances of replicating an index drop since the changes from SERVER-28200 (MongoDB 3.6). The dropIndex (singular) and deleteIndex (singular) do not appear to ever have been MongoDB Server commands and instead were only mongo shell helpers.
These entries in oplog.cpp can be removed.
- is duplicated by
-
SERVER-87911 Stop accepting 'deleteIndexes' as an oplog entry command type
- Closed
- is related to
-
SERVER-28200 Recoverable Rollback: Extend dropIndexes oplog entry to include dropped index spec
- Closed
-
SERVER-15860 Switch replication metadata ops to be replication-specific, rather than using commands
- Closed