// write initial data
cache1.put("A", new DelayedUnmarshal());
cache1.put("B", new DelayedUnmarshal());
cache1.put("C", new DelayedUnmarshal());
assertEquals(cache1.size(), 3);
cm1.stop();
// this cache is only used to start networking
final ConfigurationBuilder defaultConfigurationBuilder = getDefaultClusteredCacheConfig(CacheMode.REPL_SYNC, true);
// now lets start cm and shortly after another cache manager