summaryrefslogtreecommitdiffstats
path: root/storage/src
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@oath.com>2018-03-15 12:35:58 +0000
committerTor Brede Vekterli <vekterli@oath.com>2018-03-15 12:35:58 +0000
commit9d3859013e231981d2748a6b42861264248686f0 (patch)
tree65cc6e5d604e648865a20cdab5398732dbf2c415 /storage/src
parentbfa3a26736485debbcf6707d0bb2714c8f15069e (diff)
Reduce merge busy wait time from 30 to 10 seconds
Should speed up convergence in smaller clusters while still avoiding mass merge sends in larger clusters.
Diffstat (limited to 'storage/src')
-rw-r--r--storage/src/vespa/storage/config/stor-distributormanager.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/config/stor-distributormanager.def b/storage/src/vespa/storage/config/stor-distributormanager.def
index 0a43a7e8aa4..89aad427ca9 100644
--- a/storage/src/vespa/storage/config/stor-distributormanager.def
+++ b/storage/src/vespa/storage/config/stor-distributormanager.def
@@ -183,4 +183,4 @@ sequence_mutating_operations bool default=true
## Number of seconds that scheduling of new merge operations should be inhibited
## towards a node if it has indicated that its merge queues are full or it is
## suffering from resource exhaustion.
-inhibit_merge_sending_on_busy_node_duration_sec int default=30
+inhibit_merge_sending_on_busy_node_duration_sec int default=10