log.debugf("Data on node %s: %s", primary, manager(primary).getCache().keySet());
log.debugf("Data on node %s: %s", backup1, manager(backup1).getCache().keySet());
// Now that we know which node to kill, allow the START_STATE_TRANSFER command to proceed.
// The corresponding StateResponseCommand will be blocked on the non-owner
checkPoint.await("IN_START_STATE_TRANSFER_" + liveNode, 1, SECONDS);
checkPoint.trigger("OUT_START_STATE_TRANSFER_" + liveNode);
// Kill cache cacheToStop to force a topology update.
// The topology update will remove the transfers from cache(nodeToKill).
manager(nodeToKill).getCache().stop();