summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2022-02-17 13:15:10 +0100
committerHarald Musum <musum@yahooinc.com>2022-02-17 13:15:10 +0100
commit41d244dfea13f0b04eee2afd697485fa852cfe91 (patch)
treebb980d8e7ac5a58c8ead2011aa5f4d7a78ec9e68 /configdefinitions
parentc17968cbd98d30b977a4f32b15f5711d18dbef4c (diff)
Fix typos
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/fleetcontroller.def10
1 files changed, 5 insertions, 5 deletions
diff --git a/configdefinitions/src/vespa/fleetcontroller.def b/configdefinitions/src/vespa/fleetcontroller.def
index 706160a922b..bff33eaf034 100644
--- a/configdefinitions/src/vespa/fleetcontroller.def
+++ b/configdefinitions/src/vespa/fleetcontroller.def
@@ -25,7 +25,7 @@ zookeeper_session_timeout double default=30.0
master_zookeeper_cooldown_period double default=60.0
## Sets how many fleetcontrollers will gather state. A fleetcontroller
-## gathering state can take over quicker should ## the master fail.
+## gathering state can take over quicker should the master fail.
## If set to 1, only master will gather state. If set higher, others will
## also do so, prioritizing those fleetcontrollers likely to be the ones to
## take over if the master fails.
@@ -40,14 +40,14 @@ rpc_port int default=6500 restart
## Port where fleetcontroller listens for HTTP status request
http_port int default=0 restart
-## Maximum number of milliseconds a storage will be automatically reported in
-## maintenance due to node recently being availble. (If 0, no time at all)
+## Maximum number of milliseconds a storage node will be automatically reported
+## in maintenance due to node recently being available. (If 0, no time at all)
storage_transition_time int default=30000
## Maximum number of milliseconds a distributor will be automatically reported
-## in maintenance due to node recently being availble. (If 0, no time at all)
+## in maintenance due to node recently being available. (If 0, no time at all)
##
-## Currently default is 0.. Should probably be more then we know it is working
+## Currently default is 0.. Should probably be more when we know it is working
## correctly
distributor_transition_time int default=0