Number160 locationKey = Number160.createHash("test1");
FuturePut fp = p2.put(locationKey).data(new Data("hallo")).requestP2PConfiguration(new RequestP2PConfiguration(2, 10, 0)).start();
fp.awaitUninterruptibly();
getReplicasCount(locationKey, p1, p2, p3);
p3.peer().announceShutdown().start().awaitUninterruptibly();
p3.shutdown().awaitUninterruptibly();
p1.peer().announceShutdown().start().awaitUninterruptibly();
p1.shutdown().awaitUninterruptibly();
Thread.sleep(500);
getReplicasCount(locationKey, p1, p2, p3);