-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
CAR Team 2024-02-19
The WriteUnitOfWork is really a shard-level transactions interface which spans more than just the storage layer, but also includes the locking subsystem and soon the catalog. Because of this, logically it really belongs in the shard_role_api library rather than in a separate one.
- is depended on by
-
SERVER-77213 Move the all transactions-related state from OperationContext to TransactionResources
- Blocked