-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
Repl 2017-07-10
When dropping databases under the two phase design, collection drop oplog entries will be generated for system collections. We need to be able to apply these operations on secondary nodes in order to complete the two phase drop instead of silently failing due to a check in DatabaseImpl::dropCollection().
Additionally, this will add support to the applyOps command for dropping system collections.
- related to
-
SERVER-31488 dropping a drop-pending collection via applyOps is a no-op
- Closed