-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Minor Change
The following commands can fail during replication when they should not; when being applied during replication with "fromRepl" they should behave differently:
- create collection (should check if collection already exists with spec. opts)
- create index (should already work)
- convert to capped (check that the collection is capped)
- drop db (don't error if missing)
- drop collection (don't error if missing)
- drop index (don't error if missing)
- is depended on by
-
SERVER-15207 Return errors from commands during replication
- Closed
- is related to
-
SERVER-15860 Switch replication metadata ops to be replication-specific, rather than using commands
- Closed