aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-apps
diff options
context:
space:
mode:
authorGeir Storli <geirst@oath.com>2018-02-27 16:29:19 +0100
committerGeir Storli <geirst@oath.com>2018-02-27 16:29:19 +0100
commit52655b4add1d1771b3434e005628bdc0ef633bf6 (patch)
treea3d5a21b884641a024973fb063863a1348d49428 /clustercontroller-apps
parent86029a0a0eefacc98b5c86cd8921eed98f4882e6 (diff)
Add switch to enable multiple bucket spaces in cluster controller.
Diffstat (limited to 'clustercontroller-apps')
-rw-r--r--clustercontroller-apps/src/main/java/com/yahoo/vespa/clustercontroller/apps/clustercontroller/ClusterControllerClusterConfigurer.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/clustercontroller-apps/src/main/java/com/yahoo/vespa/clustercontroller/apps/clustercontroller/ClusterControllerClusterConfigurer.java b/clustercontroller-apps/src/main/java/com/yahoo/vespa/clustercontroller/apps/clustercontroller/ClusterControllerClusterConfigurer.java
index 8b80b0f7be5..2a9c076a060 100644
--- a/clustercontroller-apps/src/main/java/com/yahoo/vespa/clustercontroller/apps/clustercontroller/ClusterControllerClusterConfigurer.java
+++ b/clustercontroller-apps/src/main/java/com/yahoo/vespa/clustercontroller/apps/clustercontroller/ClusterControllerClusterConfigurer.java
@@ -73,6 +73,7 @@ public class ClusterControllerClusterConfigurer {
options.distributionBits = config.ideal_distribution_bits();
options.minNodeRatioPerGroup = config.min_node_ratio_per_group();
options.setMaxDeferredTaskVersionWaitTime(Duration.ofMillis((int)(config.max_deferred_task_version_wait_time_sec() * 1000)));
+ options.enableMultipleBucketSpaces = config.enable_multiple_bucket_spaces();
}
private void configure(SlobroksConfig config) {