GOSSIP-41 Transfer gossip data in bulk

This commit is contained in:
pxsalehi
2017-08-28 15:59:15 +02:00
parent ac83038932
commit 7c457eb3f4
17 changed files with 469 additions and 75 deletions

View File

@ -47,7 +47,7 @@ public class TenNodeThreeSeedTest {
}
public void abc(int base) throws InterruptedException, UnknownHostException, URISyntaxException {
GossipSettings settings = new GossipSettings(1000, 10000, 1000, 1, 1.6, "exponential");
GossipSettings settings = new GossipSettings(1000, 10000, 1000, 1, 1.6, "exponential", false);
settings.setPersistRingState(false);
settings.setPersistDataState(false);
String cluster = UUID.randomUUID().toString();