summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-01-04 08:46:37 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-01-04 08:46:37 +0000
commitaff6865b3ccaa909b05904b9a3aae81e77594b9b (patch)
tree5445ca15a672ac8610b948803f624c5bd22bf7e7 /configdefinitions
parent65df61f0c3d23ae95dbe8cb4296cc4c2d3e7fb6e (diff)
GC unused _threadLockCheckInterval and _failDiskOnError members
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/stor-filestor.def16
1 files changed, 2 insertions, 14 deletions
diff --git a/configdefinitions/src/vespa/stor-filestor.def b/configdefinitions/src/vespa/stor-filestor.def
index e9165f5adc9..b90d37314c5 100644
--- a/configdefinitions/src/vespa/stor-filestor.def
+++ b/configdefinitions/src/vespa/stor-filestor.def
@@ -3,22 +3,10 @@ namespace=vespa.config.content
## DETECT FAILURE PARAMETERS
-## After seeing given number of errors on a disk, storage will disable the
-## disk and restart. If set to 0, storage will never disable disks. Note
-## that if you get disk errors, which arent automatically fixed, this will
-## make storage keep failing all operations towards this disk, and all
-## retries will use the same disk and same file, so you might end up with a
-## lot of operations that can never succeed. Thus, it is not recommended to
-## turn this off.
+## Deprecated and unused - will soon go away
fail_disk_after_error_count int default=1 restart
-## If a disk operation takes more time in seconds than the disk operation
-## timeout, storage will consider that a disk failure, and mark the disk
-## bad, restart and not use the disk anymore. Note that currently, this
-## includes CPU time too, so if used, this parameter should be set fairly
-## high as we still sometimes have some operations that might take a few
-## seconds. Disabled by default as we currently have these long operations
-## during normal load.
+## Deprecated and unused - will soon go away
disk_operation_timeout int default=0 restart
## PERFORMANCE PARAMETERS