summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2023-04-17 12:10:03 +0200
committerHarald Musum <musum@yahooinc.com>2023-04-17 12:10:03 +0200
commit25cd9eab1430f4c0259f8ff67cb79c85694043b5 (patch)
tree71eddbeec33ede802da1d74286adc888aa97774f /configdefinitions
parentee613a99dc15b6acaaf923c60d76fe9428c0aee8 (diff)
Remove unused and undocumented config fields
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/fleetcontroller.def8
1 files changed, 0 insertions, 8 deletions
diff --git a/configdefinitions/src/vespa/fleetcontroller.def b/configdefinitions/src/vespa/fleetcontroller.def
index f95dada28d9..98b4c3b0216 100644
--- a/configdefinitions/src/vespa/fleetcontroller.def
+++ b/configdefinitions/src/vespa/fleetcontroller.def
@@ -64,11 +64,6 @@ init_progress_time int default=0
## we dont change the state too often.
min_time_between_new_systemstates int default=10000
-## Sets how many milliseconds to wait between each state poll for old nodes
-## requiring state polling. (4.1 or older)
-## TODO: Not used, remove in Vespa 9
-state_polling_frequency int default=5000
-
## The maximum amount of premature crashes a node is allowed to have in a row
## before the fleetcontroller disables that node.
max_premature_crashes int default=100000
@@ -181,9 +176,6 @@ min_merge_completion_ratio double default=1.0
## transition logic aims to minimize the window of time where active states diverge.
enable_two_phase_cluster_state_transitions bool default=false
-## TODO: Deprecated - not used, remove in Vespa 9
-determine_buckets_from_bucket_space_metric bool default=true
-
# If enabled, the cluster controller observes reported (categorized) resource usage from content nodes (via host info),
# and decides whether external feed should be blocked (or unblocked) in the entire cluster.
#