-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
We currently create a Fetcher using a string for the dbname parameter. This should be changed to use a DatabaseName instead.
Fetcher internally stores `dbname` as a string which is later used to create RemoteCommandRequest which also takes a StringData as a parameter for dbName.
We can either complete this ticket and eventually convert the dbName.toString when passing it to the RemoteCommandRequest as part of this ticket.
- related to
-
SERVER-73114 Investigate changes needed to ShardMerge code in order to use TenantId/DatabaseName objects
- Closed