-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Replication
-
Fully Compatible
-
Repl 2023-08-07, Repl 2023-08-21
Currently, we only do mirrored reads for the first update statement in an update command. For parity, we will only do a mirrored read for the first update statement in a bulkWrite command. Optionally, we can also do mirrored reads for the first update statement for each namespace in a bulkWrite. That will require some work in MirrorMaestroImpl::_mirror to support multiple mirrored requests from a single command invocation. Since mirrored reads are best-effort, this is optional.
- is related to
-
SERVER-79638 Test mirror reads with QE
- Closed