-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
Cluster Scalability
-
Sharding 2017-10-23
1. Create a standard replica set
2. Insert a document and record the operationTime from the response
3. Attempt to find that document on a secondary with a readConcern containing afterClusterTime whose value is the operationTime from the insert response
Expected results: the find command succeeds and returns the requested document