summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2021-04-20 13:39:55 +0000
committerGeir Storli <geirst@verizonmedia.com>2021-04-20 13:39:55 +0000
commitaee4a323fd1d02470179d903d133431587ae3971 (patch)
tree300a329b12ac287bae36835724d1c718ea9845a4 /storage
parent901237f0a48223b8971c56c95e0d7b41e3974d33 (diff)
Add config and feature flag for the number of distributor stripes.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/config/stor-distributormanager.def4
1 files changed, 4 insertions, 0 deletions
diff --git a/storage/src/vespa/storage/config/stor-distributormanager.def b/storage/src/vespa/storage/config/stor-distributormanager.def
index d1c4f35e929..887761ab3b5 100644
--- a/storage/src/vespa/storage/config/stor-distributormanager.def
+++ b/storage/src/vespa/storage/config/stor-distributormanager.def
@@ -273,3 +273,7 @@ prioritize_global_bucket_merges bool default=true
## Note: this feature only kicks in if the number of groups in the cluster is greater
## than 1.
max_activation_inhibited_out_of_sync_groups int default=0
+
+## TODO STRIPE document
+## If 0, legacy single stripe behavior is used. Currently supports 0 or 1.
+num_distributor_stripes int default=0 restart