commit | 71503cd103ad02f500f8e172860c66bb5fe2f64d | [log] [tgz] |
---|---|---|
author | Brian O'Connor <bocon@onlab.us> | Fri Feb 20 22:05:48 2015 -0800 |
committer | Brian O'Connor <bocon@onlab.us> | Fri Feb 20 22:15:55 2015 -0800 |
tree | 07c2fa5f415c218c390b6d3b65740d1f9440edd2 | |
parent | b289422189bb253277fa020c32deed3546bcb67a [diff] |
PartitionManager: reduce number of partitions to improve stability Change-Id: I972583c0ba397017b6bfa40f5ddf6f13253c6d45
diff --git a/core/store/dist/src/main/java/org/onosproject/store/intent/impl/PartitionManager.java b/core/store/dist/src/main/java/org/onosproject/store/intent/impl/PartitionManager.java index 6e856bf..c130432 100644 --- a/core/store/dist/src/main/java/org/onosproject/store/intent/impl/PartitionManager.java +++ b/core/store/dist/src/main/java/org/onosproject/store/intent/impl/PartitionManager.java
@@ -56,7 +56,7 @@ @Reference(cardinality = ReferenceCardinality.MANDATORY_UNARY) protected ClusterService clusterService; - private static final int NUM_PARTITIONS = 32; + private static final int NUM_PARTITIONS = 14; private static final int BACKOFF_TIME = 2; private static final int CHECK_PERIOD = 10;