-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
RPL 1 04/03/15, RPL 2 04/24/15
For example, an index drop should have a special op in the oplog, rather than simply the command 'c' op for dropIndexes(). This would make it possible to verify that the correct idempotent operation was applied. (For example, currently the dropIndexes() command returns an error if the index is already missing, even though this is ok from an idempotency perspective.)
- is related to
-
SERVER-17573 move collection creation OpObserver::onCreateCollection down into createCollection, et cetera
- Closed
- related to
-
SERVER-15206 Make replicated commands behave differently during replication
- Closed
-
SERVER-15207 Return errors from commands during replication
- Closed
-
SERVER-87762 Remove unused ops for index dropping from kOpsMap in oplog.cpp
- Closed