summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2023-04-19 12:55:25 +0200
committerGitHub <noreply@github.com>2023-04-19 12:55:25 +0200
commit1b0363508a5a14e8d9d39bb7421ed1040b1a2a6a (patch)
treebd8c0fef6267611e314cb35251bc497c72998055 /configdefinitions
parentf8f367921956b5e0a7e9927fdecaf1713a80fbf8 (diff)
parentc38a75f69c5206e30aa8023be08707fdb7adb132 (diff)
Merge pull request #26652 from vespa-engine/hmusum/allow-groups-to-be-down
Hmusum/allow groups to be down
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/fleetcontroller.def7
1 files changed, 4 insertions, 3 deletions
diff --git a/configdefinitions/src/vespa/fleetcontroller.def b/configdefinitions/src/vespa/fleetcontroller.def
index 98b4c3b0216..93a20e4ee0d 100644
--- a/configdefinitions/src/vespa/fleetcontroller.def
+++ b/configdefinitions/src/vespa/fleetcontroller.def
@@ -199,6 +199,7 @@ cluster_feed_block_limit{} double
# This is in absolute numbers, so 0.01 implies that a block limit of 0.8 effectively
# becomes 0.79 for an already blocked node.
cluster_feed_block_noise_level double default=0.0
-# For apps that have several groups this controls how many are allowed to be down
-# simultaneously.
-max_number_of_groups_allowed_to_be_down int default=1
+
+# For apps that have several groups this controls how many groups are allowed to
+# be down simultaneously in this cluster.
+max_number_of_groups_allowed_to_be_down int default=-1