-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Serverless
Currently, renameCollection request is parsed with RenameCollectionCommand's parse function in which there is no validated tenant id can be used for generating namespace for tenant.
auto renameRequest = RenameCollectionCommand::parse(IDLParserErrorContext("renameCollection"),cmdObj);const auto& fromNss = renameRequest.getCommandParameter(); const auto& toNss = renameRequest.getTo();
In this ticket, we should have find a way to pass in validated tenant id so that the fromNss and toNss can have tenant id.
- depends on
-
SERVER-67397 Change BasicCommandWithReplyBuilderInterface to use DatabaseName
- Closed
- duplicates
-
SERVER-67461 Convert the renameCollection command to a TypedCommand
- Closed