use of com.hazelcast.internal.partition.membergroup.HostAwareMemberGroupFactory in project hazelcast by hazelcast.
the class PartitionStateGeneratorTest method testHostAwarePartitionStateGenerator.
// "random host groups may cause non-uniform distribution of partitions when node size go down significantly!")
@Test
public void testHostAwarePartitionStateGenerator() throws Exception {
final HostAwareMemberGroupFactory memberGroupFactory = new HostAwareMemberGroupFactory();
test(memberGroupFactory);
}
Aggregations