Amend command with readConcern atClusterTime. This functionality will be used in sharded implementations of commands once the atClusterTime value is identified.
implementation
add to cluster_commands_helpers
/**
* Returns a copy of 'cmdObj' with atClusterTime appended to a readConcern.
*/
BSONObj appendAtClusterTime(BSONObj cmdObj, LogicalTime atClusterTime);
test
implement a uint tests that checks that the method correctly modifies the BSON obj
- is depended on by
-
SERVER-33029 Support snapshot in cluster aggregate command
- Closed
- is duplicated by
-
SERVER-33025 append atClusterTime to command
- Closed
-
SERVER-33030 amend commands for local snapshot in cluster command helpers
- Closed
-
SERVER-33596 Add method to append atClusterTime to readConcern
- Closed