-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Serverless
The `ReplicationCoordinator::runCmdOnPrimaryAndAwaitResponse` is using `std::string& dbName`. This code works correctly as all call sites pass in global dbs instead of tenant dbs. We do not need to worry. But, as we decide to pass db name with `DatabaseName` across the code base, we need to change this function to use `DatabaseName` object.
- depends on
-
SERVER-73658 RemoteCommandRequest to use DatabaseName
- Closed
- is depended on by
-
SERVER-79989 Change APIs to take in DatabaseName instead of string db across the non sharding/auth codebase
- Closed