From 08112bec42cf9633609da34b28675581846f223d Mon Sep 17 00:00:00 2001 From: Tor Brede Vekterli Date: Wed, 2 May 2018 14:35:31 +0200 Subject: Only derive default bucket space node states when cluster has global docs Lets cluster controller use new protocols for sending compressed cluster state bundles, but without triggering implicit Maintenance edges for nodes in the default bucket space. Also allows for easy live reconfiguration when global document types are added or removed. --- configdefinitions/src/vespa/fleetcontroller.def | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configdefinitions') diff --git a/configdefinitions/src/vespa/fleetcontroller.def b/configdefinitions/src/vespa/fleetcontroller.def index 30620cd2a31..ca7ede28cb2 100644 --- a/configdefinitions/src/vespa/fleetcontroller.def +++ b/configdefinitions/src/vespa/fleetcontroller.def @@ -158,6 +158,12 @@ max_deferred_task_version_wait_time_sec double default=30.0 ## Switch to enable multiple bucket spaces in cluster controller. enable_multiple_bucket_spaces bool default=false +## Whether or not the content cluster the controller has responsibility for +## contains any document types that are tagged as global. If this is true, +## global document-specific behavior is enabled that marks nodes down in the +## default space if they have merges pending in the global bucket space. +cluster_has_global_document_types bool default=false + ## The minimum merge completion ratio of buckets in a bucket space before it is considered complete. ## ## Bucket merges are considered complete when: -- cgit v1.2.3