PartitionManager: reduce number of partitions to improve stability
Change-Id: I972583c0ba397017b6bfa40f5ddf6f13253c6d45
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -56,7 +56,7 @@ public class PartitionManager implements PartitionService { | ... | @@ -56,7 +56,7 @@ public class PartitionManager implements PartitionService { |
| 56 | @Reference(cardinality = ReferenceCardinality.MANDATORY_UNARY) | 56 | @Reference(cardinality = ReferenceCardinality.MANDATORY_UNARY) |
| 57 | protected ClusterService clusterService; | 57 | protected ClusterService clusterService; |
| 58 | 58 | ||
| 59 | - private static final int NUM_PARTITIONS = 32; | 59 | + private static final int NUM_PARTITIONS = 14; |
| 60 | private static final int BACKOFF_TIME = 2; | 60 | private static final int BACKOFF_TIME = 2; |
| 61 | private static final int CHECK_PERIOD = 10; | 61 | private static final int CHECK_PERIOD = 10; |
| 62 | 62 | ... | ... |
-
Please register or login to post a comment