Level.FINE,
"Attempt to relocate to node:{0} with " +
"invalid relocation key:{1}", localNodeId,
HexDumper.toHexString(relocationKey));
}
(new SetupCompletionFuture(null, completionHandler)).
setException(
new RelocateFailureException(
ClientSessionHandler.RELOCATE_REFUSED_REASON,
RelocateFailureException.FailureReason.OTHER));
return;