-
Type: Improvement
-
Resolution: Done
-
Priority: Critical - P2
-
Affects Version/s: None
-
Component/s: Replication, Storage
-
None
-
Major Change
-
Integration 17 (07/15/16), Integration 18 (08/05/16), Integration 2016-08-29
-
0
If the collection info contains a embedded document called "view" then it should only create the "view" collection, but not load any data nor create/build indexes.
This should be done:
- Where we call getCollectionInfos in Cloner::copyCollection/copyDb
- Where collections info create a new CollectionCloner. We can either specialize a subclass to clone views (read-only collections) or handle it in CollectionCloner.
- duplicates
-
SERVER-24505 Support views in DataReplicator DatabaseCloner
- Closed
- is related to
-
SERVER-25597 Additional testing for cloner & views
- Closed
- related to
-
SERVER-30900 remove collMod writeConcern argument from ReplSetTest.checkReplicaSet()
- Closed
-
SERVER-25493 Remove $exists clause once master is no longer cross-compatible with MongoDB versions <= 3.2
- Backlog
-
SERVER-25796 "Cloning" commands should handle views appropriately
- Closed
-
SERVER-25496 the validate hook will not work with older versions of mongod
- Closed