LOG.debug("Fast Copy : Copying block " + src.getBlockName() + " to "
+ dst.getBlockName() + " on " + dstDn.getHostName());
// This is a blocking call that does not return until the block is
// successfully copied on the Datanode.
if (supportFederation) {
cdp.copyBlock(srcNamespaceId, src,
dstNamespaceId, dst, dstDn,
false);
} else {
cdp.copyBlock(src, dst, dstDn,
false);