From 298f475705408ad7272f93bcb6dcddd6c183859e Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Tue, 30 Jan 2024 15:23:30 +0000 Subject: GC completely unused parameters from the days of VDS --- configdefinitions/src/vespa/stor-filestor.def | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'configdefinitions') 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. -- cgit v1.2.3