TestingUtil.waitForRehashToComplete(cache(0), cache(liveNode));
log.debugf("Final checkpoint status: %s", checkPoint);
DataContainer dataContainer = TestingUtil.extractComponent(cache(0), DataContainer.class);
assertTrue(dataContainer.containsKey(k1));
}
private void replaceInvocationHandler(final CheckPoint checkPoint, final EmbeddedCacheManager manager,
Class<? extends CacheRpcCommand> commandClass)
throws Throwable {