summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2022-02-03 15:53:56 +0000
committerGeir Storli <geirst@yahooinc.com>2022-02-03 15:53:56 +0000
commit7428725ee149ea0588067883b33eb5d5269ec143 (patch)
tree73774b8d51e87b278c60a8939671323fa7a56b66 /configdefinitions
parentb186d78d65c3a839c21e56fc1e0459dea0f593de (diff)
Change enable_cluster_feed_block default to true in preparation for removing "enable-feed-block-in-distributor" flag.
The feature flag is already default true in both ModelContext API and implementation.
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/fleetcontroller.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/configdefinitions/src/vespa/fleetcontroller.def b/configdefinitions/src/vespa/fleetcontroller.def
index 6f08ad75f6e..706160a922b 100644
--- a/configdefinitions/src/vespa/fleetcontroller.def
+++ b/configdefinitions/src/vespa/fleetcontroller.def
@@ -190,7 +190,7 @@ determine_buckets_from_bucket_space_metric bool default=true
# If one resource category from one content node is above the configured limit, feed is blocked.
# This information is pushed to all distributor nodes via a new cluster state bundle.
# The distributor nodes handle the actual feed blocking based on this information.
-enable_cluster_feed_block bool default=false
+enable_cluster_feed_block bool default=true
# Contains all resource categories (key) with its corresponding feed block limit (value)
# used when the cluster controller decides whether external feed should be blocked (or unblocked) in the entire cluster.