-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
Server Serverless 2022-08-08, Server Serverless 2022-08-22, Server Serverless 2022-09-05
Currently, for each learned file, we create a new DBClientConnection and a writer pool to copy & write the data file from donor to recipient. Since we aren't going to do concurrent copies, we can can reuse the DBClientConnection and writerpool for the entire migration by making the TenantFileImporter service to manage theirs lifetime.