summaryrefslogtreecommitdiffstats
path: root/storage
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 /storage
parent249b727543dc9c683bf0215be88ae283bbc1b970 (diff)
GC completely unused parameters from the days of VDS
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/config/stor-bouncer.def4
-rw-r--r--storage/src/vespa/storage/config/stor-communicationmanager.def10
-rw-r--r--storage/src/vespa/storage/config/stor-distributormanager.def15
3 files changed, 0 insertions, 29 deletions
diff --git a/storage/src/vespa/storage/config/stor-bouncer.def b/storage/src/vespa/storage/config/stor-bouncer.def
index 1327a6433c8..db4471825c9 100644
--- a/storage/src/vespa/storage/config/stor-bouncer.def
+++ b/storage/src/vespa/storage/config/stor-bouncer.def
@@ -9,10 +9,6 @@ stop_external_load_when_cluster_down bool default=true
## in.
stop_all_load_when_nodestate_not_in string default="uri"
-## Sets whether to just use (self) reported node state or to use wanted state
-## if wanted state is worse than the current reported state.
-use_wanted_state_if_possible bool default=true
-
## The maximum clock skew allowed in the system. Any messages received
## that have a timestamp longer in the future than this will be failed.
max_clock_skew_seconds int default=5
diff --git a/storage/src/vespa/storage/config/stor-communicationmanager.def b/storage/src/vespa/storage/config/stor-communicationmanager.def
index a1ce8d4e47b..92ae38ea7c6 100644
--- a/storage/src/vespa/storage/config/stor-communicationmanager.def
+++ b/storage/src/vespa/storage/config/stor-communicationmanager.def
@@ -41,16 +41,6 @@ mbus.num_network_threads int default=1 restart
## The number of events in the queue of a network (FNET) thread before it is woken up.
mbus.events_before_wakeup int default=1 restart
-## Enable to use above thread pool for encoding replies
-## False will use network(fnet) thread
-## Deprecated and void
-mbus.dispatch_on_encode bool default=true restart
-
-## Enable to use above thread pool for decoding replies
-## False will use network(fnet) thread
-## Deprecated and void
-mbus.dispatch_on_decode bool default=true restart
-
## The number of network (FNET) threads used by the shared rpc resource.
rpc.num_network_threads int default=2 restart
diff --git a/storage/src/vespa/storage/config/stor-distributormanager.def b/storage/src/vespa/storage/config/stor-distributormanager.def
index f40e572e2e3..8c4f1d5bb17 100644
--- a/storage/src/vespa/storage/config/stor-distributormanager.def
+++ b/storage/src/vespa/storage/config/stor-distributormanager.def
@@ -51,10 +51,6 @@ inlinebucketsplitting bool default=true
## GarbageCollection
blockedstatecheckers[] string restart
-## Whether or not distributor should issue reverts when operations partially
-## fail.
-enable_revert bool default=true
-
## Maximum nodes involved in a merge operation. Currently, this can not be more
## than 16 nodes due to protocol limitations. However, decreasing the max may
## be useful if 16 node merges ends up too expensive.
@@ -69,12 +65,6 @@ start_distributor_thread bool default=true restart
## while still keep CPU load low/moderate.
ticks_before_wait int default=10
-## The sleep time between ticks if there are no more queued tasks.
-ticks_wait_time_ms int default=1
-
-## Max processing time used by deadlock detector.
-max_process_time_ms int default=5000
-
## Allow overriding default priorities of certain maintenance operations.
## This is an advanced feature, do not touch this unless you have a very good
## reason to do so! Configuring these values wrongly may cause starvation of
@@ -206,11 +196,6 @@ allow_stale_reads_during_cluster_state_transitions bool default=false
simulated_db_pruning_latency_msec int default=0
simulated_db_merging_latency_msec int default=0
-## Whether to use a B-tree data structure for the distributor bucket database instead
-## of the legacy database. Setting this option may trigger alternate code paths for
-## read only operations, as the B-tree database is thread safe for concurrent reads.
-use_btree_database bool default=true restart
-
## If a bucket is inconsistent and an Update operation is received, a two-phase
## write-repair path is triggered in which a Get is sent to all diverging replicas.
## Once received, the update is applied on the distributor and pushed out to the