Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
Server Serverless 2022-01-24, Server Serverless 2022-02-07
Description
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.
Attachments
Issue Links
- related to
-
SERVER-63354 fix macos dyld limit
-
- Closed
-