aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-01-30 15:23:30 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2024-01-30 16:22:24 +0000
commit298f475705408ad7272f93bcb6dcddd6c183859e (patch)
tree548d7c6c21020c9642433988b15ba71afdaee169 /configdefinitions
parent249b727543dc9c683bf0215be88ae283bbc1b970 (diff)
GC completely unused parameters from the days of VDS
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/stor-filestor.def17
1 files changed, 0 insertions, 17 deletions
diff --git a/configdefinitions/src/vespa/stor-filestor.def b/configdefinitions/src/vespa/stor-filestor.def
index 13e304823ff..cefce5fc648 100644
--- a/configdefinitions/src/vespa/stor-filestor.def
+++ b/configdefinitions/src/vespa/stor-filestor.def
@@ -1,14 +1,6 @@
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=vespa.config.content
-## DETECT FAILURE PARAMETERS
-
-## Deprecated and unused - will soon go away
-fail_disk_after_error_count int default=1 restart
-
-## Deprecated and unused - will soon go away
-disk_operation_timeout int default=0 restart
-
## PERFORMANCE PARAMETERS
## Number of threads to use for each mountpoint.
@@ -42,15 +34,6 @@ common_merge_chain_optimalization_minimum_size int default=64 restart
## Should follow stor-distributormanager:splitsize (16MB).
bucket_merge_chunk_size int default=16772216 restart
-## When merging, it is possible to send more metadata than needed in order to
-## let local nodes in merge decide which entries fits best to add this time
-## based on disk location. Toggle this option on to use it. Note that memory
-## consumption might increase in a 4.1 to 4.2 upgrade due to this, as 4.1
-## dont support to only fill in part of the metadata provided and will always
-## fill all.
-## NB unused and will be removed shortly.
-enable_merge_local_node_choose_docs_optimalization bool default=true restart
-
## Whether or not to enable the multibit split optimalization. This is useful
## if splitting is expensive, but listing document identifiers is fairly cheap.
## This is true for memfile persistence layer, but not for vespa search.