The ShardsServerProcessInterface flavour of the MPI API implements the insert and update methods by using BatchedCommandRequests that get dispatched through cluster::write(). The semantics of such a method have been recently modified by SERVER-80363, so that the the opCtx (instead of the related BatchedCommandRequest setter) needs to be used now to configure the write concern of the remote command being dispatched.
- is related to
-
SERVER-80363 server default writeConcern is not honored when wtimeout is set
- Closed