aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@yahooinc.com>2022-09-13 13:16:22 +0200
committerTor Brede Vekterli <vekterli@yahooinc.com>2022-09-13 13:16:22 +0200
commit78636af945946e6c4daca98a77bcdcedf255659e (patch)
treef91fcb8fc3ec6f9b034e980f2cdfd24329b1ab73 /configdefinitions
parent09f0aa01846c4c81c4fe1f86293a964a19f0f343 (diff)
Add group-normalized redundancy to Dispatch config
Will allow the degraded coverage calculation to use in-group redundancy in addition to the existing searchable-copies config as part of its heuristics.
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/dispatch.def6
1 files changed, 5 insertions, 1 deletions
diff --git a/configdefinitions/src/vespa/dispatch.def b/configdefinitions/src/vespa/dispatch.def
index e26a136d245..9addfca1559 100644
--- a/configdefinitions/src/vespa/dispatch.def
+++ b/configdefinitions/src/vespa/dispatch.def
@@ -33,9 +33,13 @@ useMultilevelDispatch bool default=false
# Dispatch only to local nodes. DEPRECATED: The container will automatically do this when it is appropriate.
useLocalNode bool default=false
-# Number of document copies
+# Number of document replicas _per group_ that will be indexed in a stable cluster.
searchableCopies long default=1
+# Number of document replicas _per group_ that will be present in a stable cluster.
+# Should always be >= searchableCopies.
+redundancy long default=1
+
# Minimum search coverage required before returning the results of a query
minSearchCoverage double default=100