-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Server Serverless 2021-12-27, Server Serverless 2022-01-10
This class should contain a tenantID and a database name. The tenantID should be optional, and should only be required if the server parameter multitenancySupport is enabled and the feature flag featureFlagRequireTenantID is on. The string representation of this type should be tenantID_dbName.
When constructing a TenantDatabase from a string, if multitenancySupport is enabled the tenantID should be parsed separately from the db name. If it is not enabled, it will be parsed as a part of the db name (and the tenantID will be empty).
- is depended on by
-
SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabase
- Closed
-
SERVER-61988 Change CollectionCatalog maps that are keyed by db name to be keyed by TenantDatabase
- Closed
- is related to
-
SERVER-61983 Create TenantNamespace class
- Closed