-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
Sharding 2021-02-08
TenantMigrationDonorService::Instance::checkIfOptionsConflict currently takes in BSONObj and reparses the BSONObj into TenantMigrationDonorDocument. We should just pass the TenantMigrationDonorDocument
constructed here similar to what the recipient side does.