-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Server Serverless 2022-01-24, Server Serverless 2022-02-07
Add a new field to oplog entries, "tid", that stores the tenantId. This field should be part of the DurableReplOperation struct, and should be boost::optional.
i.e.:
{ op: 'i', ns: "<database>.<collection>", ui: <existingUUID>, tid: "<tenant>", o: { ... }, ... }
Include this as a parameter in DurableOplogEntry::DurableOplogEntry and makeOplogEntryDoc.
- related to
-
SERVER-63354 fix macos dyld limit
- Closed