-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Cluster Scalability
This code re-checks that the input cmdObj is in sync with the parsed readConcernArgs (i.e., that we didn't swap majority for local or snapshot somewhere along the command execution path). This is very error prone and wasteful and a better architecture would be if cmdObj was not allowed to contain any read concern arguments so that we can just append the ones passed to the function.
- is related to
-
SERVER-77506 Sharded multi-document transactions can mismatch data and ShardVersion
- Closed
-
SERVER-91317 Manipulate IDL-generated structs instead of BSONObjs in TransactionRouter
- Backlog