-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Execution Team 2022-01-24, Execution Team 2022-02-07, Execution Team 2022-02-21, Execution Team 2022-03-07
In C2C replication, we would like to only replicate majority committed data so that we can avoid handling rollbacks of the source cluster. This is now done by using majority readConcern in collection scans in the cloning phase. However, listDatabases/listCollections/listIndexes don't support reading majority committed catalog as the catalog is not versioned. This makes it very hard for an external process to detect when the result returned by these list commands rolls back. This work is to support majority read for listCollections by reading from a majority committed snapshot of the _mdb_catalog without actually introducing versioned catalog.
And it should also work with sharded clusters.
- duplicates
-
SERVER-62006 Support majority read for _mdb_catalog
- Closed
- related to
-
SERVER-62310 collMod command not sent to all shards for a sharded collection if no chunks have been received
- Closed