summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2021-10-19 12:12:50 +0200
committerTor Egge <Tor.Egge@online.no>2021-10-19 12:12:50 +0200
commit998dce7a7c81b0cccb60fda487739032daab5c78 (patch)
tree9c136fedd7a458c5b48ceeb4129e3fd7c658ea91 /storage
parent7e8239694d2ed95d6e0f4c77249c0b7892afb0a1 (diff)
Add async_apply_bucket_diff config to stor-server.def.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/config/stor-server.def4
1 files changed, 4 insertions, 0 deletions
diff --git a/storage/src/vespa/storage/config/stor-server.def b/storage/src/vespa/storage/config/stor-server.def
index 6611c3cba91..db660fb70d0 100644
--- a/storage/src/vespa/storage/config/stor-server.def
+++ b/storage/src/vespa/storage/config/stor-server.def
@@ -53,6 +53,10 @@ resource_exhaustion_merge_back_pressure_duration_secs double default=30.0
## a busy-reply that would subsequently be unwound through the entire merge chain.
disable_queue_limits_for_chained_merges bool default=false
+## If set, portions of apply bucket diff handling will be performed asynchronously
+## with persistence thread not waiting for local writes to complete.
+async_apply_bucket_diff bool default=false
+
## Whether the deadlock detector should be enabled or not. If disabled, it will
## still run, but it will never actually abort the process it is running in.
enable_dead_lock_detector bool default=false restart