Details
Description
Currently, MigrationChunkClonerSourceLegacy::_callRecipient() waits for the command response without an opCtx and the default is Interruptible::notInterruptible(). This can cause the migration to hang if the recipient never responses.